gstreamer/gst-libs/gst/video
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
..
gstbasevideocodec.c basevideo: Fix locking, especially if both pads have different streaming threads 2011-08-18 10:23:32 +02:00
gstbasevideocodec.h basevideo: Fix locking, especially if both pads have different streaming threads 2011-08-18 10:23:32 +02:00
gstbasevideodecoder.c basevideodecoder: fix weird event list handling 2011-11-22 20:04:13 +00:00
gstbasevideodecoder.h fix documentation typo 2011-11-09 12:00:05 +01:00
gstbasevideoencoder.c basevideoencoder: Only call ::reset once in READY->PAUSED 2011-11-17 10:34:07 -08:00
gstbasevideoencoder.h basevideoencoder: Remove old ::getcaps() comment 2011-08-12 12:13:45 +02:00
gstbasevideoutils.c basevideo: Move the utils from the codec header to its own header 2011-07-09 11:40:17 +02:00
gstbasevideoutils.h basevideo: Move the utils from the codec header to its own header 2011-07-09 11:40:17 +02:00
gstsurfacebuffer.c video: Abstract surface API for HW accelerated codecs 2011-11-03 10:33:11 +01:00
gstsurfacebuffer.h surfaceconverter: Remove duplicated forward declaration 2011-11-03 17:17:10 -04:00
gstsurfaceconverter.c video: Abstract surface API for HW accelerated codecs 2011-11-03 10:33:11 +01:00
gstsurfaceconverter.h surfaceconverter: Remove duplicated forward declaration 2011-11-03 17:17:10 -04:00
Makefile.am video: Abstract surface API for HW accelerated codecs 2011-11-03 10:33:11 +01:00
videocontext.c video: Add GstVideoContext interface 2011-11-03 10:41:55 +01:00
videocontext.h video: Add GstVideoContext interface 2011-11-03 10:41:55 +01:00