ext/ffmpeg/gstffmpegdec.c: Move negotiation outside the _chain function, and use...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 16 Dec 2004 12:47:43 +0000 (12:47 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 16 Dec 2004 12:47:43 +0000 (12:47 +0000)
commit4ea32a6a05443ca93482c74da855e4f1e055a44d
treed9ac1abb1698524cc4337578cc68771ebda2eb4d
parentbcb1f096092f8acfcea48fd2e2d2e9e9e57f5cc2
ext/ffmpeg/gstffmpegdec.c: Move negotiation outside the _chain function, and use the codec PAR if available and prefe...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
(gst_ffmpegdec_close), (gst_ffmpegdec_connect),
(gst_ffmpegdec_negotiate), (gst_ffmpegdec_chain):
Move negotiation outside the _chain function, and use the
codec PAR if available and prefer it over demuxer PAR (since
this is usually the right thing to do). Fixes #159755.
ChangeLog
ext/ffmpeg/gstffmpegdec.c