- Jul 30, 2013
-
-
Tim-Philipp Müller authored
-
- Jul 28, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Each write will update the last_activity_time and otherwise we would compare against a too old current time and immediately timeout because current time is smaller than last activity time (overflow).
-
Sebastian Dröge authored
Each write will update the last_activity_time and otherwise we would compare against a too old current time and immediately timeout because current time is smaller than last activity time (overflow).
-
- Jul 26, 2013
-
-
-
Edward Hervey authored
Otherwise we end up with bogus values and races
-
Edward Hervey authored
Base classes will handle re-negotiation if needed, but emitting an error message will make applications stop.
-
Sebastian Dröge authored
Otherwise it might shadow another variable in the outside scope and cause interesting side effects.
-
- Jul 17, 2013
-
-
Fixes ACCURATE seeks in push mode with baseparse. https://bugzilla.gnome.org/show_bug.cgi?id=704301
-
Tim-Philipp Müller authored
Fixes build issue on windows, but is also better seeing that these string are going to get freed with g_free() and not free().
-
- Jul 16, 2013
-
-
-
Tim-Philipp Müller authored
In gst_sub_parse_dispose() parser_type will be UNKNOWN, so these deinit calls were never executed. And we should clean up the parser state in the downwards state change anyway.
-
Young-Ho Cha authored
Remove libxml dependency for sami parser and add more testcases. https://bugzilla.gnome.org/show_bug.cgi?id=693056
-
Young-Ho Cha authored
To celebrate 2013.gnome.asia, updated sami parser for gstreamer 1.x. :D Remove conditional block for check libxml usage and implement a simple html markup parser for the sami parser. https://bugzilla.gnome.org/show_bug.cgi?id=693056
-
- Jul 15, 2013
-
-
On top of mpng, MPNG, PNG, there is also png it seems https://bugzilla.gnome.org/show_bug.cgi?id=704291
-
Xsub (fourcc DXSB) is a subpicture stream used for embeded subtitles on divx files. This provides a correct media type for them instead of just video/x-avi-unknown.
-
- Jul 11, 2013
-
-
Tim-Philipp Müller authored
-
- Jul 05, 2013
-
-
Unref allocator and input_caps in encoder context before memsetting the context.
-
Instead of constantly appending (which gets more and more expensive), just prepend to the list (O(1)) and reverse the list before usage. https://bugzilla.gnome.org/show_bug.cgi?id=702545
-
-
-
- Jul 04, 2013
-
-
Just skip them, don't cause criticals. https://bugzilla.gnome.org/show_bug.cgi?id=703283
-
- May 29, 2013
-
-
-
Sebastian Dröge authored
This reverts commit 0feecef2.
-
- May 28, 2013
-
-
Matej authored
-
Tim-Philipp Müller authored
Because we can, and that's also what we do for other formats.
-
Sebastian Dröge authored
The MP3 parser required fields on its caps that it didn't need and never got from (e.g.) typefind.
-
Sebastian Dröge authored
-
- May 18, 2013
-
-
Tim-Philipp Müller authored
-
Internal state should only be reset on FLUSH_STOP, not FLUSH_START. Also forward pre-caps events immediately and don't queue them.
-
- May 08, 2013
-
-
Sebastian Dröge authored
Otherwise we accumulate more and more queue2 elements, and let each of them start a thread doing nothing but waiting each time uridecodebin goes to PAUSED. https://bugzilla.gnome.org/show_bug.cgi?id=699794
-
- May 07, 2013
-
-
Julien Moutte Moutte authored
Some ADPCM encoding tools like Oxelon generate WAV files with wrong format header declaring an invalid bitrate. As wavparse uses the average bitrate to calculate timestamps and duration the decoder can be confused by receiving timestamps completely out of sync with the decoded samples. ADPCM is a CBR audio codec so we can calculate the average bitrate instead of trusting the format header. https://bugzilla.gnome.org/show_bug.cgi?id=636245
-
Sebastian Dröge authored
gst_buffer_fill() does not like a NULL source data pointer.
-
Sebastian Dröge authored
-
- May 04, 2013
-
-
Some versions anyway.
-
Tim-Philipp Müller authored
-
-
- Apr 26, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-