[Bug 657941] deinterlace: send QoS messages when dropping a frame

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 2 03:28:07 PDT 2011


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

--- Comment #5 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2011-09-02 10:27:59 UTC ---
Right, one of the calls to _do_qos is still passing a GstClockTime instead of a
const GstBuffer*, this hunk appears to not have been applied:


@@ -1869,7 +1888,7 @@ restart:
     }

     /* Check if we need to drop the frame because of QoS */
-    if (!gst_deinterlace_do_qos (self, GST_BUFFER_TIMESTAMP (buf))) {
+    if (!gst_deinterlace_do_qos (self, buf)) {
       self->cur_field_idx--;
       gst_buffer_unref (gst_deinterlace_pop_history (self));
       gst_buffer_unref (outbuf);

Alternatively, if you post the original gstdeinterlace.[hc] you're using, I can
post back a patched version, since the code seems to have changed a fair bit
between our versions.

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