gstreamer/gst-libs/gst
Tim-Philipp Müller c75922b96b basevideodecoder: fix weird event list handling
Get rid of weird code that copies a list manually, taking
ownership of the elements and then frees the old list. Instead,
just take over the old list entirely. (If the intent was to
reverse the list, one could use g_list_reverse() instead).

Then, push events in the list out from last to first (since they
were prepended as they came in) instead of just pushing out the
last in the list and leaking the others.
2011-11-22 20:04:13 +00:00
..
basecamerabinsrc basecamerasrc: optimize state changing speed 2011-10-31 07:14:36 -03:00
codecparsers h264parser: initialize additional sps field value 2011-11-18 17:19:57 +01:00
interfaces photography: add missing FLICKER_REDUCTION capability 2011-08-03 22:04:45 -03:00
signalprocessor signalprocessor: don't leak the caps 2011-01-07 15:22:07 +02:00
video basevideodecoder: fix weird event list handling 2011-11-22 20:04:13 +00:00
gettext.h i18n: build fixes: #if -> #ifdef for ENABLE_NLS 2010-03-22 18:07:45 +02:00
gst-i18n-plugin.h i18n: fix the build 2010-03-22 18:01:27 +02:00
Makefile.am codecparsers: mpeg: Add an mpeg video bitstream parsing library 2011-09-02 15:46:02 +02:00