[Bug 637486] qtmux: error if no buffers have arrived to one pad at EOS

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 16 11:45:03 PDT 2011


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

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-09-16 18:44:57 UTC ---
With the patch applied, does this still make sense then?

    if (!GST_CLOCK_TIME_IS_VALID (qtpad->first_ts)) {
      GST_DEBUG_OBJECT (qtmux, "Pad %s has no buffers",
          GST_PAD_NAME (qtpad->collect.pad));
      continue;
    }

Or maybe it should just be moved before _add_buffer()?

-- 
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