[Bug 781008] scaletempo: Fix GAP events handle issue when set rate

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 7 09:49:38 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=781008

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #349441|none                        |reviewed
             status|                            |

--- Comment #5 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 349441:
 --> (https://bugzilla.gnome.org/review?bug=781008&attachment=349441)

::: gst/audiofx/gstscaletempo.c
@@ +668,3 @@
+      gst_event_unref (event);
+      gap = gst_event_new_gap (gap_ts, gap_duration);
+      return gst_pad_push_event (GST_BASE_TRANSFORM_SRC_PAD (trans), gap);

Why not just fall-through here and pass the event to the base class below?

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