ext/ffmpeg/gstffmpegdec.c: Don't blindly copy input timestamp to output timestamp...
authorWim Taymans <wim.taymans@gmail.com>
Tue, 29 Jan 2008 17:53:47 +0000 (17:53 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 29 Jan 2008 17:53:47 +0000 (17:53 +0000)
commit7d3fa2df4b0cf80b3fafa212f68544d13a545f6a
tree0785e93081828ac91a00f6b69f745e903e194b7d
parent950ad1abbe8e2b05d477f6ace60d7ca82932133e
ext/ffmpeg/gstffmpegdec.c: Don't blindly copy input timestamp to output timestamp but prefer the one attached to the ...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_video_frame):
Don't blindly copy input timestamp to output timestamp but prefer the
one attached to the picture when we can.
Add new variables for the output timestamp and duration to make the code
a little more clear.
ChangeLog
ext/ffmpeg/gstffmpegdec.c