- Nov 30, 2010
- Nov 24, 2010
-
-
Stefan Kost authored
-
- Nov 22, 2010
-
-
Tim-Philipp Müller authored
Mention that new pads may be created even after no-more-pads. https://bugzilla.gnome.org/show_bug.cgi?id=634584
-
- Nov 21, 2010
-
-
- Nov 18, 2010
-
-
Arun Raghavan authored
docs: Minor discoverer documentation fix
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
-
- Nov 17, 2010
-
-
Tim-Philipp Müller authored
Some things aren't quite right yet and cause problems (0-sized buffers with PREROLL flag set cause crashes in elements that don't expect those; getting pipeline back to preroll/playing again when audio/video streams have different lengths and a seek past the end of one of the stream happens doesn't always work, etc.). Needs further investigation in the next cycle. https://bugzilla.gnome.org/show_bug.cgi?id=633700 https://bugzilla.gnome.org/show_bug.cgi?id=634699
-
- Nov 08, 2010
-
-
Arun Raghavan authored
gst_discoverer_discover_uri() expects the caller to unref the returned GstDiscovererInfo object. The corresponding gtk-doc annotation was not updated to reflect this.
-
Arun Raghavan authored
No reason for gst_discoverer_container_info_get_streams() to not take a GstDiscovererContainerInfo as its argument.
-
- Nov 05, 2010
-
-
- Nov 03, 2010
-
-
Sebastian Dröge authored
Fix conversions to IYU1, they allocated infinite amounts of memory before because no conversion to IYU1 was actually implemented and it was running into an infinite loop trying to find suitable intermediate formats. Also fix the stride and sizes used for IYU1.
-
- Nov 02, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
gst_buffer_set_data() does not set GST_BUFFER_MALLOCDATA, but the code assumes the buffer takes ownership of the memory allocated earlier.
-
Tim-Philipp Müller authored
-
- Nov 01, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Oct 30, 2010
-
-
Tim-Philipp Müller authored
-
Matthias Clasen authored
Move code to new Gtk+ 3.x / 2.9x API. We have defines in place already that make this code work fine on older Gtk+ 2.x. https://bugzilla.gnome.org/show_bug.cgi?id=632653
-
-
Tim-Philipp Müller authored
Cruft from before the lib was renamed to pbutils
-
Stefan Kost authored
Rename _get_is_image() to _is_image() and _get_interlaced() to _is_interlaced(). https://bugzilla.gnome.org/show_bug.cgi?id=633311
-
Tim-Philipp Müller authored
-
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
-
-
- Oct 29, 2010
-
-
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.
-
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.
-
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
-
-
- Oct 28, 2010
-
-
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.
-
And don't mention the (not existing) libgstdiscovery. https://bugzilla.gnome.org/show_bug.cgi?id=633336
-
- Oct 27, 2010
-
-
Jan Schmidt authored
From 7bbd708 to 011bcc8
-
- Oct 24, 2010
-
-
Edward Hervey authored
Better provide something than nothing https://bugzilla.gnome.org/show_bug.cgi?id=632988
-
-