- Feb 21, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
- Feb 20, 2012
-
-
Sebastian Dröge authored
Conflicts: sys/decklink/Makefile.am
-
David Schleef authored
-
- Feb 17, 2012
-
-
Thiago Santos authored
It seems that v4l2src isn't happy when switching formats on ready state, it works when putting it to NULL. Keep this workaround in wrappercamerabinsrc while v4l2src isn't fixed. Fixes #849832
-
- Feb 16, 2012
-
-
Thiago Santos authored
When source is being reset to change caps, check the return of the state syncing function to avoid leaving the source in an unconsistent state.
-
Tim-Philipp Müller authored
fixes playback.
-
Mark Nauwelaerts authored
... which has to be the position of the start code, which is almost always but need not be 4 bytes.
-
- Feb 15, 2012
-
-
Jonas Larsson authored
... in the presence of emulation_prevention_three_byte. Fixes #668381.
-
- Feb 13, 2012
-
-
Jan Schmidt authored
Fixes issue with garbage data in stream headers in caps.
-
- Feb 09, 2012
-
-
Vincent Penquerc'h authored
If the second call to _wait blocks, we will not signal the condition variable, so ensure that second call is not blocking. See rationale and information in the linked bug: https://bugzilla.gnome.org/show_bug.cgi?id=669697
-
Andoni Morales Alastruey authored
-
Thiago Santos authored
When switching capture caps, camerabin1 resets its state to ready to force a new caps to be negotiated. This causes ongoing captures to be aborted. This commit adds a condition to wait for captures to finish before going to ready state.
-
Thiago Santos authored
Mention on the logs how many capture operations might have been lost
-
Vincent Penquerc'h authored
Other plugins use radians, and the angle documentation says radians. https://bugzilla.gnome.org/show_bug.cgi?id=669365
-
-
- Feb 05, 2012
-
-
Tim-Philipp Müller authored
-
- Feb 04, 2012
-
-
Vincent Penquerc'h authored
Doing so may fix some things, but breaks others (new streams being added in the future). https://bugzilla.gnome.org/show_bug.cgi?id=665814
-
- Feb 03, 2012
-
-
Mark Nauwelaerts authored
Also ensure parsing fixed caps when negotiating rather than failing to handle non-fixed list cases. See #668471.
-
Vincent Penquerc'h authored
This elements seems to support raw and adts AAC. https://bugzilla.gnome.org/show_bug.cgi?id=665394
-
-
-
Vincent Penquerc'h authored
This appears to be what this element supports. https://bugzilla.gnome.org/show_bug.cgi?id=665394
-
-
Vincent Penquerc'h authored
Include text messages instead of error codes.
-
Vincent Penquerc'h authored
When deinterlacing is enabled, an extra colorspace element is added. Colorspace is a basetransform, and is then the only basetransform element on the video path. A while ago, basetransform started delaying events till caps were set on its source pad. These things conspired to end up sending the DVD highlight events onto a blocked pad on subtitleoverlay. Ensuring these highlight events are only sent once we're in playing mode fixes the issue. https://bugzilla.gnome.org/show_bug.cgi?id=668762
-
-
Gwenole Beauchesne authored
max_dec_frame_buffering was mis-parsed because log2_max_mv_length_vertical was parsed twice. https://bugzilla.gnome.org/show_bug.cgi?id=668660
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Vincent Penquerc'h authored
This is a bad hack which does not work with Matroska, and is now obsolete as similar code is not included in oggmux/oggstream.
-
Thiago Santos authored
This make the default settings more likely to work. If needed, one can optimize by disabling conversions with the flags.
-
Thiago Santos authored
-
Thiago Santos authored
gst_bin_get_by_interface should be enough for applications. Haven't seen anyone using those other than wrappercamerabinsrc.
-
- Feb 01, 2012
-
-
Mark Nauwelaerts authored
... as baseparse then provides whole chunks of data (as it should) at once to be parsed, and so the assumptions used to optimize are no longer valid. Fixes #667560.
-
Mark Nauwelaerts authored
Fixes #668627.
-
Mark Nauwelaerts authored
... in that it was so optimized it did not consider grouping NALU into AU altogether. Fixes #668627.
-
- Jan 25, 2012
-
-
Alessandro Decina authored
-
Oleksij Rempel (Alexey Fisher) authored
add info level prints for outgoing timestamps. Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
-