gstreamer/gst/videoparsers
Thibault Saunier daed78039e mpeg4videoparse: Make sure pad template caps are not fixed from the begging
Right now decodebin will concider the pad template caps as fixed and if a decoder
has restriction on for example height/width it won't be autoplugged because
gst_caps_is_subset fails as those fields are missing from the pad template caps.
We fix the issue here making sure that the pad caps are fixed using data from
the stream.
2012-11-15 10:45:53 -03:00
..
dirac_parse.c videoparsers: chain up to parent event handler 2012-02-15 12:56:55 +01:00
dirac_parse.h videoparsers: Add dirac parser 2011-02-17 14:43:35 -08:00
gstdiracparse.c Fix FSF address 2012-11-04 00:09:59 +00:00
gstdiracparse.h Fix FSF address 2012-11-04 00:09:59 +00:00
gsth263parse.c Fix FSF address 2012-11-04 00:09:59 +00:00
gsth263parse.h Fix FSF address 2012-11-04 00:09:59 +00:00
gsth264parse.c h264parse: don't rewind to the NAL length size in bytewriter if the format is bytestream 2012-11-06 12:44:29 -03:00
gsth264parse.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstmpeg4videoparse.c mpeg4videoparse: Make sure pad template caps are not fixed from the begging 2012-11-15 10:45:53 -03:00
gstmpeg4videoparse.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstmpegvideoparse.c Fix FSF address 2012-11-04 00:09:59 +00:00
gstmpegvideoparse.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstvc1parse.c vc1parse: Port to 1.0 2012-10-25 14:05:48 +02:00
gstvc1parse.h vc1parse: Port to 1.0 2012-10-25 14:05:48 +02:00
h263parse.c Fix FSF address 2012-11-04 00:09:59 +00:00
h263parse.h Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am vc1parse: Add VC1 parser plugin 2012-10-25 14:05:48 +02:00
plugin.c Fix FSF address 2012-11-04 00:09:59 +00:00