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:
Edward Hervey 2006-06-02 12:38:37 +00:00
parent 280d6dd420
commit 721acac889
2 changed files with 5 additions and 3 deletions

View file

@ -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),

View file

@ -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");