gstreamer/gst-libs/gst/video
Thiago Santos 51f399686e basevideocodec: Reset should reset current caps
New caps will need to be negotiated when reset happens
(PAUSED to READY). Without reseting the internal
stored format, basevideoencoder/decoder wouldn't call the
configuration function when the same caps was negotiated
again as they would believe this was the same caps as before.

The issue is that _stop has been called when going to READY and
the elements would have reset their internal codec libs/state as
well. A new configuration should be done.
2011-12-30 00:02:46 -03:00
..
gstbasevideocodec.c basevideocodec: Reset should reset current caps 2011-12-30 00:02:46 -03:00
gstbasevideocodec.h basevideo: Make GstVideoFrame a reference counted boxed object 2011-12-12 14:12:36 +01:00
gstbasevideodecoder.c basevideo: Make GstVideoFrame a reference counted boxed object 2011-12-12 14:12:36 +01:00
gstbasevideodecoder.h basevideodecoder: add API to drop a frame and post a QoS message on the bus 2011-11-25 11:37:57 +00:00
gstbasevideoencoder.c basevideo: Make GstVideoFrame a reference counted boxed object 2011-12-12 14:12:36 +01:00
gstbasevideoencoder.h basevideoencoder: Implement full support for the new force-key-unit event 2011-11-29 12:18:20 +01: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