- Feb 20, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Feb 15, 2012
-
-
Mark Nauwelaerts authored
... especially for all-keyframe (audio) cases.
-
- Feb 11, 2012
-
-
Mark Nauwelaerts authored
... since that is already handled by _update_duration, or should not be done altogether if the duration is determined by non-estimated means. Fixes #669502.
-
- Feb 05, 2012
-
-
Tim-Philipp Müller authored
-
- Feb 04, 2012
-
-
Havard Graff authored
__registry_reuse_plugin_scanner is only defined when GST_DISABLE_REGISTRY is not defined. gstregistry.c: In function 'gst_registry_scan_plugin_file': gstregistry.c:1131:8: error: '__registry_reuse_plugin_scanner' undeclared (first use in this function) https://bugzilla.gnome.org/show_bug.cgi?id=667284
-
- Feb 03, 2012
-
-
Vincent Penquerc'h authored
This will allow detecting further EOS, for instance after looping a stream without changing states. https://bugzilla.gnome.org/show_bug.cgi?id=668289
-
- Feb 02, 2012
-
-
João Paulo Pizani Flor authored
It blocked the build of external libraries depending on gstreamer-core (namely, gstreamermm). Complete bug report at https://bugzilla.gnome.org/show_bug.cgi?id=669036
-
- Jan 27, 2012
-
-
Sebastian Dröge authored
Fixes bug #668764.
-
- Jan 18, 2012
-
-
Antoine Tremblay authored
GstBaseParse was not clearing its adapter on reset causing problems when a pipeline went for example from PLAYING to NULL state and then back to PLAYING again. The data from the last stream would be used in the parser. https://bugzilla.gnome.org/show_bug.cgi?id=667444
-
- Jan 12, 2012
-
-
- Jan 05, 2012
-
-
-
Tim-Philipp Müller authored
This is also how we do it in -base. https://bugzilla.gnome.org/show_bug.cgi?id=667290
-
-
-
-
- Jan 04, 2012
-
-
Tim-Philipp Müller authored
From 59a7a68 to cb5da59
-
Tim-Philipp Müller authored
From e4a9407 to 59a7a68
-
David Schleef authored
-
- Dec 25, 2011
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Rename woffset variable, maintain separate bytes_read in addition to length variable.
-
- Dec 19, 2011
-
-
Mark Nauwelaerts authored
... in that upstream is already complying with that suggestion. Fixes #666174.
-
- Dec 16, 2011
-
-
Mark Nauwelaerts authored
... as commented; make code correspond to it (again).
-
Vincent Penquerc'h authored
While local filesystems will usually not cause short reads, this may happen on seekable files on some remote filesystems. Instead, loop till we get the requested amount of data, or an actual EOS (ie, 0 bytes). https://bugzilla.gnome.org/show_bug.cgi?id=665921
-
- Dec 12, 2011
-
-
Sebastian Dröge authored
-
- Dec 10, 2011
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Dec 09, 2011
-
-
Stefan Sauer authored
An extra application preset dir help to organize presets created for special purposes. Fixes #660760 API: gst_preset_set_app_dir(), gst_preset_get_app_dir()
-
- Dec 08, 2011
-
-
Sebastian Dröge authored
basetransform: Fix code path to come up with possible caps if incompatible caps are provided to buffer_alloc() Previous code could almost never work and this should be slightly better.
-
Sebastian Dröge authored
basetransform: Fall back to upstream provided caps if suggested caps are not supported by the sinkpad
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Don't check if upstream provided caps are compatible with upstream and don't try to fixate these caps. They must be fixated in any case.
-
- Dec 07, 2011
-
-
Vincent Penquerc'h authored
This fixes FLAC seeking on some FLAC files.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
basetransform: If suggested caps are not compatible with upstream try to come up with compatible caps Fixes bug #662199.
-
- Dec 06, 2011
-
-
Tim-Philipp Müller authored
Introduced by commit bd302bb6 pluginfeature: avoid duplicating feature->name https://bugzilla.gnome.org/show_bug.cgi?id=459466 https://bugzilla.gnome.org/show_bug.cgi?id=665703
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-