summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build: Post-release bump to 3.0.28clutter-gst-3.0Michael Catanzaro2019-02-061-1/+1
|
* build: Release 3.0.273.0.27Michael Catanzaro2019-02-062-0/+17
|
* Try to avoid absolute paths in generated enums fileMichael Catanzaro2019-02-062-3/+3
| | | | | Otherwise we wind up with absolute paths from my system in the release... doesn't work.
* Need to link to gdk-pixbufMichael Catanzaro2019-02-061-1/+2
|
* build: Post release bump to 3.0.27Lionel Landwerlin2018-03-101-1/+1
|
* build: Release 3.0.263.0.26Lionel Landwerlin2018-03-103-1/+25
|
* Rename the plugin to avoid the dash in the nameEmmanuele Bassi2017-05-122-9/+12
| | | | | | | | | We need to rename both the plugin name and the plugin's shared object. We still need to version the name of the plugin to allow for parallel installability. https://bugzilla.gnome.org/show_bug.cgi?id=782559
* version: Remove the parentheses around version numbersEmmanuele Bassi2017-05-121-4/+4
| | | | | | This allows pasting together C pre-processor tokens without breaking. https://bugzilla.gnome.org/show_bug.cgi?id=782559
* video-sink: Fix compilation errorBastien Nocera2017-04-131-0/+5
| | | | | | | | | clutter-gst-video-sink.c: In function ‘clutter_gst_video_sink_setup_balance’: clutter-gst-video-sink.c:831:44: error: format not a string literal, argument types not checked [-Werror=format-nonliteral] priv->custom_start + 2); ^~~~ https://bugzilla.gnome.org/show_bug.cgi?id=781264
* build: Post release bump to 3.0.25Lionel Landwerlin2017-03-291-1/+1
|
* build: Release 3.0.243.0.24Lionel Landwerlin2017-03-293-1/+27
|
* video-sink: fix RGBx/BGRx mappingLionel Landwerlin2017-03-291-2/+2
| | | | | | These should be treated as 24bpp formats. https://bugzilla.gnome.org/show_bug.cgi?id=780195
* autovideosink: only init clutter when switching to read startLionel Landwerlin2017-03-281-6/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=780193
* video-sink: delay Cogl internal setup until start()Lionel Landwerlin2017-03-281-3/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=780193
* video-sink: fix overlays memory leak on destructionFabrice Bellet2016-12-181-0/+6
|
* video-sink: fix caps leakFabrice Bellet2016-12-181-1/+5
|
* video-sink: fix renderers memory leak on destructionFabrice Bellet2016-12-181-0/+6
|
* build: Post release bump to 3.0.23Lionel Landwerlin2016-12-061-1/+1
|
* build: Release 3.0.223.0.22Lionel Landwerlin2016-12-063-1/+24
|
* video-sink: really returns the sink pipelineFabrice Bellet2016-11-171-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774612
* content: invalid rendering on content changeLionel Landwerlin2016-11-041-9/+3
| | | | | | Regardless of whether we have something to display, we need to invalidate the content on any change. Otherwise we miss the invalidation on the frame->no-frame transition and the previous will remain visible.
* player: fix segfault when sink emits a NULL frameLionel Landwerlin2016-11-041-10/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=773810
* content: fix segfault when sink emits a NULL frameLionel Landwerlin2016-11-041-12/+9
| | | | | | | This happens when shutting down a pipeline. This was also supposed to be handled, just go it wrong. https://bugzilla.gnome.org/show_bug.cgi?id=773810
* video-sink: ensure we always pull the most up to date frame informationLionel Landwerlin2016-11-041-1/+2
|
* build: Post release bump to 3.0.21Lionel Landwerlin2016-09-081-1/+1
|
* build: Release 3.0.203.0.20Lionel Landwerlin2016-09-083-1/+25
|
* build: fix make distLionel Landwerlin2016-09-081-1/+1
|
* video-sink: Fix colors in UHD videosSebastian Keller2016-09-031-2/+2
| | | | | | The BT.2020 YUV to RGB conversion matrix was wrong. https://bugzilla.gnome.org/show_bug.cgi?id=770799
* build: Introspect built headersEmmanuele Bassi2016-06-291-1/+2
| | | | | We need the version and enumeration header files when generating the introspection data.
* tests: Remove unused functionEmmanuele Bassi2016-06-191-9/+0
| | | | This avoids a compiler warning.
* build: Enable subdir-objectsEmmanuele Bassi2016-06-191-4/+2
| | | | | | | | Drop backwards compatibility with long since deprecated versions of automake. The recent work done to support non-srcdir builds also allows us to drop the configuration variable for Continuous to pick up.
* build: Clean up the API reference buildEmmanuele Bassi2016-06-192-70/+17
| | | | Don't use deprecated variables and arguments.
* build: Clean up the build systemEmmanuele Bassi2016-06-192-49/+50
| | | | | | Drop $(srcdir) and $(builddir) from the file lists, and add the $(srcdir) prefix only where needed. This is similar to what was done in the clutter-gst-2.0 branch.
* build: Attempt at replicating introspection's build rulesEmmanuele Bassi2016-06-191-6/+9
| | | | | | | | | Since Clutter-GStreamer does not use Makefile.introspection to generate the GIR and typelib files, we need to try and keep the build rules as close as possible, in the hope that the reason why Continuous breaks whenever generating the introspection data for GStreamer and GStreamer-based libraries lies in how the build rules for generating introspection data are defined.
* build: Update the introspection generationEmmanuele Bassi2016-06-181-7/+7
| | | | | Include the compiler flags from the dependencies, as well as declare the `gst_init()` function before calling it.
* build: Allow building in non-srcdirTing-Wei Lan2016-06-172-6/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=767626
* build: Post release bump to 3.0.19Lionel Landwerlin2016-03-201-1/+1
|
* build: Release 3.0.183.0.18Lionel Landwerlin2016-03-203-1/+55
|
* video-player: ensure background is opaque blackJonny Lamb2016-03-111-1/+1
| | | | | | and not transparent black. https://bugzilla.gnome.org/show_bug.cgi?id=763367
* documentation: add CameraManagerChris Mayo2016-02-141-0/+1
| | | | | | Signed-off-by: Chris Mayo <aklhfex@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=758768
* documentation: add missing parameter description for content_new_with_sinkChris Mayo2016-02-141-0/+1
| | | | | | Signed-off-by: Chris Mayo <aklhfex@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=758768
* documentation: fix typo in video_sink_get_frame return valueChris Mayo2016-02-141-1/+1
| | | | | | Signed-off-by: Chris Mayo <aklhfex@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=758768
* build: Post release bump to 3.0.17Lionel Landwerlin2016-02-121-1/+1
|
* build: Release 3.0.163.0.16Lionel Landwerlin2016-02-123-2/+36
|
* autovideosink: make background black by defaultLionel Landwerlin2016-02-121-1/+4
|
* autovideosink: auto video memory leak fixesLionel Landwerlin2016-02-121-1/+5
|
* video-sink: use GST_.*_OBJECT whenever possibleLionel Landwerlin2016-02-121-6/+9
|
* documentation: add ClutterGst typesChris Mayo2015-12-103-13/+15
| | | | | | | | | | | - Set <TITLE> to Types - Ensure all annotated types and functions are in html - Remove orphan </SECTION> - Single <SUBSECTION Standard> Signed-off-by: Chris Mayo <aklhfex@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=758768
* documentation: add annotation glossaryChris Mayo2015-12-101-0/+2
| | | | | | | | | | - Replaces external links to foldoc - Fixes build warnings e.g.: In gtk-doc.xsl: For acronym (transfer none) no value found! Signed-off-by: Chris Mayo <aklhfex@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=758768
* documentation: add API indicesChris Mayo2015-12-102-1/+18
| | | | | | | | Generate index sections by adding name-space to MKDB_OPTIONS Signed-off-by: Chris Mayo <aklhfex@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=758768