mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-12 11:18:56 +00:00
ext/ffmpeg/gstffmpegscale.c: Always stamp your buffers !
Original commit message from CVS: * ext/ffmpeg/gstffmpegscale.c: (gst_ffmpegscale_chain): Always stamp your buffers !
This commit is contained in:
parent
84894a02a9
commit
154ff4d069
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-05-24 Edward Hervey <bilboed@bilboed.com>
|
||||
|
||||
* ext/ffmpeg/gstffmpegscale.c: (gst_ffmpegscale_chain):
|
||||
Always stamp your buffers !
|
||||
|
||||
2005-05-17 Luca Ognibene <luogni@tin.it>
|
||||
|
||||
* ext/ffmpeg/gstffmpegcodecmap.c (gst_ffmpeg_pixfmt_to_caps):
|
||||
|
|
|
@ -383,6 +383,8 @@ gst_ffmpegscale_chain (GstPad * pad, GstData * data)
|
|||
|
||||
img_resample (scale->res, &scale->to_frame, &scale->from_frame);
|
||||
|
||||
gst_buffer_stamp (outbuf, (const GstBuffer *) inbuf);
|
||||
|
||||
gst_buffer_unref (inbuf);
|
||||
gst_pad_push (scale->srcpad, GST_DATA (outbuf));
|
||||
|
||||
|
|
Loading…
Reference in a new issue