ext/ffmpeg/gstffmpegdec.c: When H264 is presented without codec_data, use a parser...
authorJan Schmidt <thaytan@mad.scientist.com>
Mon, 27 Nov 2006 18:58:38 +0000 (18:58 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Mon, 27 Nov 2006 18:58:38 +0000 (18:58 +0000)
commit1359d613135cc686116a211cef20e2cadcec84eb
treeab3c199a5833693520ed0d988c440818c4e0f314
parent38970e4d85d325d20502e72f92686bbb7d40b902
ext/ffmpeg/gstffmpegdec.c: When H264 is presented without codec_data, use a parser to frame it by assuming that no co...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_open),
(gst_ffmpegdec_chain):
When H264 is presented without codec_data, use a parser to frame it
by assuming that no codec_data implies it is unpacketised.
Always use the return value from the parser to advance the input
buffer position.
ChangeLog
ext/ffmpeg/gstffmpegdec.c