mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
ext/ffmpeg/gstffmpegdec.c: Nothing to see, pass your way, I didn't screwup the previous commit.
Original commit message from CVS: * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain): Nothing to see, pass your way, I didn't screwup the previous commit.
This commit is contained in:
parent
280d6dd420
commit
721acac889
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-06-02 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
|
||||
Nothing to see, pass your way, I didn't screwup the previous commit.
|
||||
|
||||
2006-06-02 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
|
||||
|
|
|
@ -1679,7 +1679,6 @@ gst_ffmpegdec_chain (GstPad * pad, GstBuffer * inbuf)
|
|||
gint res;
|
||||
gint64 ffpts;
|
||||
|
||||
dump_parser_context (ffmpegdec->pctx, ffmpegdec->context);
|
||||
GST_LOG_OBJECT (ffmpegdec,
|
||||
"Calling av_parser_parse with ts:%" GST_TIME_FORMAT,
|
||||
GST_TIME_ARGS (in_ts));
|
||||
|
@ -1694,8 +1693,6 @@ gst_ffmpegdec_chain (GstPad * pad, GstBuffer * inbuf)
|
|||
"Parsed video frame, res=%d, size=%d, data=%p, in_ts:%"
|
||||
GST_TIME_FORMAT, res, size, data, GST_TIME_ARGS (in_ts));
|
||||
|
||||
dump_parser_context (ffmpegdec->pctx, ffmpegdec->context);
|
||||
|
||||
if (res == 0 || size == 0) {
|
||||
GST_LOG_OBJECT (ffmpegdec,
|
||||
"parser returned null res or size, breaking");
|
||||
|
|
Loading…
Reference in a new issue