- 22 Oct, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 21 Oct, 2010 5 commits
-
-
Sebastian Dröge authored
Only use it conditionally.
-
Matthias Clasen authored
Fixes bug #632653.
-
Mark Nauwelaerts authored
Fixes #632656.
-
Tim-Philipp Müller authored
gtk_widget_hide_all() has been deprecated in gtk+ 2.x and removed in 2.9x master. Just use gtk_widget_hide() instead.
-
Tim-Philipp Müller authored
Fixes build errors in jhbuild: /foo/build/gst-plugins-base/gst-libs/gst/video/.libs/libgstvideo-0.10.so: undefined reference to `gst_element_factory_list_get_elements' ../gst-libs/gst/pbutils/.libs/libgstpbutils-0.10.so: undefined reference to `gst_element_link_pads_full' /foo/build/gst-plugins-base/gst-libs/gst/video/.libs/libgstvideo-0.10.so: undefined reference to `gst_element_factory_list_filter' ../gst-libs/gst/pbutils/.libs/libgstpbutils-0.10.so: undefined reference to `gst_pad_link_full' /foo/build/gst-plugins-base/gst-libs/gst/video/.libs/libgstvideo-0.10.so: undefined reference to `gst_plugin_feature_list_debug'
-
- 18 Oct, 2010 1 commit
-
-
Tim-Philipp Müller authored
Force regeneration of marshal.[ch] files after prefix changes in Makefile.am, to avoid build errors for those of us who don't habitually make clean first.
-
- 16 Oct, 2010 2 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- 15 Oct, 2010 15 commits
-
-
Thiago Santos authored
Adds a tag to indicate the source/device used for the capture. Already maps it in exif and adds tests. API: GST_TAG_CAPTURING_SOURCE https://bugzilla.gnome.org/show_bug.cgi?id=631773
-
Thiago Santos authored
Adds a tag to inform what mode was used by a camera to calculate the picture capturing exposure Also adds mapping to exif and tests API: GST_TAG_CAPTURING_METERING_MODE https://bugzilla.gnome.org/show_bug.cgi?id=631773
-
Thiago Santos authored
Adds new tag for tagging sharpness processing used when capturing an image. Also maps it in the exif tags. Tests included. API: GST_TAG_CAPTURING_SHARPNESS https://bugzilla.gnome.org/show_bug.cgi?id=631773
-
Tim-Philipp Müller authored
Make sure the marshaller function isn't exported. As it was never in a public header file, this should be fine.
-
Tim-Philipp Müller authored
Apparently noinst implies dist.
-
David Schleef authored
-
David Schleef authored
-
Tim-Philipp Müller authored
There's no reason to make the marshaller public API. Don't install pbutils-marshal.h header file and use prefix that makes sure the symbol doesn't get exported.
-
Tim-Philipp Müller authored
Also fix typo in DISTCLEANFILES.
-
Tim-Philipp Müller authored
Has fixes for volume, among other things.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This is planar 4:2:0 YUV plus non-subsampled alpha plane.
-
- 14 Oct, 2010 3 commits
-
-
David Schleef authored
From 5a668bf to 7bbd708
-
Tim-Philipp Müller authored
Field should be "stream-format", not "stream-type".
-
Andrzej K. Haczewski authored
Extend AAC typefinder to recognize LOAS stream as specified by ISO/IEC 14496-3:2009. https://bugzilla.gnome.org/show_bug.cgi?id=623918
-
- 13 Oct, 2010 5 commits
-
-
Stefan Kost authored
This makes calling gst_pad_get_pad_template() work.
-
Thiago Santos authored
Updates datetime functions to latest APIs in core
-
Stefan Kost authored
-
-
-
- 12 Oct, 2010 4 commits
-
-
Wim Taymans authored
Only keep the last valid granulepos we see when scanning the last pages. It is possible that the last page that we inspect has a -1 granulepos, in which case we want to keep the previous valid time instead. Fixes #631703
-
David Schleef authored
-
David Schleef authored
-
David Schleef authored
-
- 11 Oct, 2010 2 commits
-
-
Thiago Santos authored
Adds missing lib to vorbis check tests makefile
-
Sebastian Dröge authored
uridecodebin behaves like a source, let's mark it as a source
-
- 10 Oct, 2010 2 commits
-
-
Tim-Philipp Müller authored
Since this is just a debugging feature and libtheora will usually not be compiled with that option enabled, we should maybe just hide these properties, since they won't work anyway, and avoid confusing warnings. Also rename properties to make them less cryptic. https://bugzilla.gnome.org/show_bug.cgi?id=628488
-
Alexey Fisher authored
The theora decoder can overlay debugging information on the output video. This functionality is only available if libtheora has been compiled with --enable-telemetry. For more details see: http://people.xiph.org/~xiphmont/demo/theora/demo2.html Based on original patch by Michael Smith <msmith at xiph org> https://bugzilla.gnome.org/show_bug.cgi?id=628488
-