gstreamer/omx
Sebastian Dröge 46fe757270 omx: Always hold port->port_lock before signalling port->port_cond when notifying about errors
Otherwise a port might be in the critical section, has checked the error state
already but waits after port->port_cond is signalled, which will lead
to a deadlock.
2011-07-09 11:06:05 +02:00
..
openmax openmax: Add OpenMAX IL 1.1.2 headers 2011-07-06 08:42:09 +02:00
gstbasevideocodec.c basevideodecoder: Don't reorder serialized src events 2011-07-09 11:06:01 +02:00
gstbasevideocodec.h basevideodecoder: Don't reorder serialized src events 2011-07-09 11:06:01 +02:00
gstbasevideodecoder.c basevideodecoder: Don't reorder serialized src events 2011-07-09 11:06:01 +02:00
gstbasevideodecoder.h basevideodecoder: Don't reorder serialized src events 2011-07-09 11:06:01 +02:00
gstbasevideoencoder.c basevideo: Add video encoder/decoder base classes from gst-plugins-bad 2011-07-06 08:42:15 +02:00
gstbasevideoencoder.h basevideo: Add video encoder/decoder base classes from gst-plugins-bad 2011-07-06 08:42:15 +02:00
gstbasevideoutils.c basevideo: Add video encoder/decoder base classes from gst-plugins-bad 2011-07-06 08:42:15 +02:00
gstomx.c omx: Always hold port->port_lock before signalling port->port_cond when notifying about errors 2011-07-09 11:06:05 +02:00
gstomx.h omx: Don't use port_def.bEnabled to check if the Enable/Disable command is finished 2011-07-09 11:06:05 +02:00
gstomxmpeg4videodec.c omxvideodec: Make the inport and outport index configurable by the subclass 2011-07-09 11:06:05 +02:00
gstomxmpeg4videodec.h omx: Add initial version of OpenMAX framework, video decoder base class and MPEG4 video decoder 2011-07-09 11:06:05 +02:00
gstomxvideodec.c omxvideodec: Remove reconfiguration test hack 2011-07-09 11:06:05 +02:00
gstomxvideodec.h omxvideodec: Make the inport and outport index configurable by the subclass 2011-07-09 11:06:05 +02:00
Makefile.am omx: Add initial version of OpenMAX framework, video decoder base class and MPEG4 video decoder 2011-07-09 11:06:05 +02:00