[Bug 756563] pnmdec causes multifilesrc to return internal data flow error (caused by a gst_pad_push() error)
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Oct 17 02:03:00 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=756563
--- Comment #3 from Reynaldo H. Verdejo Pinochet <reynaldo at opendot.cl> ---
Review of attachment 313520:
--> (https://bugzilla.gnome.org/review?bug=756563&attachment=313520)
::: gst/pnm/gstpnmdec.c
@@ +204,3 @@
r = gst_video_decoder_allocate_output_frame (decoder, frame);
if (r != GST_FLOW_OK) {
+ r = gst_video_decoder_drop_frame (GST_VIDEO_DECODER (s), frame);
^ This small change from my debugging slip through the cracks but according to
the docs on the baseclass should be correct?
--
You are receiving this mail because:
You are the QA Contact for the bug.
More information about the gstreamer-bugs
mailing list