- 30 Oct, 2010 2 commits
-
-
Tim-Philipp Müller authored
We're not providing a wrapper like we do for the tools in core, since wrappers are confusing (e.g. for debugging purposes), mostly pointless (since the API is likely to change between major versions), and cause packaging issues when packages for two different major versions are to be installed in parallel. https://bugzilla.gnome.org/show_bug.cgi?id=633023
-
-
- 29 Oct, 2010 5 commits
-
-
Wim Taymans authored
We want to send the keealive message a little earlier than the timeout value specifies. Scale this based on the value of the timeout instead of just assuming 5 seconds.
-
Thijs Vermeir authored
Because we should act before the rtsp server does a timeout, we reduce the timeout-time with 5 seconds, this should be safe to always keep te rtsp connection alive. https://bugzilla.gnome.org/show_bug.cgi?id=633455
-
Sebastian Dröge authored
See bug #633147.
-
Wim Taymans authored
Oggdemux will currently try to pad alloc a buffer from the peer when it is reading the header files. This is a relic from the time where we had an internal parser and needs to be removed at some point in time. The problem is that when there is no peer pad yet (which is normal when collecting headers) we should still continue to parse all the packets of a page instead of erroring out on NOT_LINKED. Fixes #632167
-
Wim Taymans authored
-
- 28 Oct, 2010 4 commits
-
-
Jan Schmidt authored
Fix a bug when reconfiguring the playsink where the subpicture stream is broken by attempting to connect it through streamsynchroniser and second time.
-
Stefan Kost authored
-
Stefan Kost authored
Use GstDiscoverer{Audio,Video}Info in getters like gst_discoverer_{audio,video}_info_get_*(). This avoids the casts in the macros, help language bindings and is more correct.
-
Sebastian Dröge authored
And don't mention the (not existing) libgstdiscovery. https://bugzilla.gnome.org/show_bug.cgi?id=633336
-
- 27 Oct, 2010 1 commit
-
-
Jan Schmidt authored
From 7bbd708 to 011bcc8
-
- 24 Oct, 2010 5 commits
-
-
Edward Hervey authored
Better provide something than nothing https://bugzilla.gnome.org/show_bug.cgi?id=632988
-
-
Edward Hervey authored
If a final stream didn't preroll, don't add it to the topology since it doesn't give any information at all. https://bugzilla.gnome.org/show_bug.cgi?id=632988
-
Edward Hervey authored
-
Edward Hervey authored
-
- 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 14 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
-