- Aug 28, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Aug 27, 2013
-
-
Use the frame id to match the output forced keyframe with the event that forced it. https://bugzilla.gnome.org/show_bug.cgi?id=706885
-
- Aug 26, 2013
-
-
Tim-Philipp Müller authored
-
Wim Taymans authored
Check the packet size and avoid crashing on malformed packets. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=655727
-
Wim Taymans authored
It is an error to ask for a non-existing BYE SSRC, the caller should check the SSRC count first.
-
A successful gst_dmabuf_mem_map must always increment the mmap count. Otherwise the first gst_dmabuf_mem_unmap will unmap the memory and all other user will access unmapped memory. https://bugzilla.gnome.org/show_bug.cgi?id=706680
-
Alessandro Decina authored
-
- Aug 25, 2013
-
-
Sebastian Dröge authored
-
- Aug 23, 2013
-
-
Tim-Philipp Müller authored
Do the flags comparisons only once and re-use the result.
-
Tim-Philipp Müller authored
If we have no output format yet, any format will do. The !out_info condition existed in every path, so just split it our for clarity. KISS.
-
Tim-Philipp Müller authored
Use some variables to replace accessor macros to make code a little bit mor readable.
-
Tim-Philipp Müller authored
Makes it easier to read and removes two levels of indentation.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
And also don't send the same caps twice.
-
Sebastian Dröge authored
-
-
Edward Hervey authored
(sorry)
-
Edward Hervey authored
This avoids triggering plenty of extra code/methods/overhead downstream when we can just quickly check whenever we want to set caps whether they are identical or not https://bugzilla.gnome.org/show_bug.cgi?id=706600
-
Edward Hervey authored
This avoids triggering plenty of extra code/methods/overhead downstream when we can just quickly check whenever we want to set caps whether they are identical or not https://bugzilla.gnome.org/show_bug.cgi?id=706600
-
- Aug 22, 2013
-
-
Sebastian Dröge authored
Fixes playback of chained ogg files. https://bugzilla.gnome.org/show_bug.cgi?id=706569
-
-
- Aug 21, 2013
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
so we can test about-to-finish.
-
Wim Taymans authored
Always mark discont on the input buffer when we detect a seqnum discont and not only when we previously marked ourselves DISCONT. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=706422
-
-
- Aug 20, 2013
- Aug 19, 2013
-
-
Sebastian Dröge authored
This reverts commit 065f1603. This is not considered the correct solution, see: https://bugzilla.gnome.org/show_bug.cgi?id=703378
-
introduced new caps: audio/x-mod, modtype : { xm, okt, mod, ptm, ... } https://bugzilla.gnome.org/show_bug.cgi?id=706061
-
Olivier Crête authored
-
- Aug 17, 2013
-
-
Tim-Philipp Müller authored
"new-decoded-pad" no longer exists.
-
-
- Aug 16, 2013
-
-
Tim-Philipp Müller authored
Differs from a plain gst-launch-1.0 playbin uri=... pipeline in that it can take multiple arguments and as such allows testing of things like gapless playback, switching between different formats and the like. Very minimal at this point, we'll probably want to add interactive controls and more options at some point. https://bugzilla.gnome.org/show_bug.cgi?id=553520
-
-
-
Tim-Philipp Müller authored
Not nice to break people's code if we can avoid it. Could add a warning in the next cycle, and then require single includes in the cycle after. https://bugzilla.gnome.org/show_bug.cgi?id=695889
-
Tim-Philipp Müller authored
Not nice to break people's code if we can avoid it. Could add a warning in the next cycle, and then require single includes in the cycle after. https://bugzilla.gnome.org/show_bug.cgi?id=695889
-
-
Sebastian Dröge authored
This reverts commit 4c79f35c. It causes some MP4 files to be detected as mod files.
-