[Bug 707321] flvdemux: complains too much when failed to send buffers

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 2 15:14:58 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=707321
  GStreamer | gst-plugins-good | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |t.i.m at zen.co.uk
     Ever Confirmed|0                           |1

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-09-02 22:14:53 UTC ---
I think this should go like this:

 if (flow != OK) {
    ...
   if (reverse playback eos) {
   } else if (flow == NOT_LINKED) {
     ...
   } else {
     GST_INFO_OR_DEBUG_OBJECT (demux->foo_pad, "got flow %s", gst_flow_get_name
(flow)));
   }
 }

FLOW_FLUSHING and FLOW_EOS are both interesting things to log - IMHO it should
be quiet on OK and NOT_LINKED but otherwise log something.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list