avidemux: Let upstream events go through upstream
authorEdward Hervey <edward@centricular.com>
Thu, 23 Jun 2016 13:22:56 +0000 (15:22 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 8 Jul 2016 13:00:28 +0000 (15:00 +0200)
There's no real reason to avoid sending QOS/NAVIGATION events upstrea.
Some elements might want to have that information.

gst/avi/gstavidemux.c

index 5ccbbb1..1b42b81 100644 (file)
@@ -926,11 +926,6 @@ gst_avi_demux_handle_src_event (GstPad * pad, GstObject * parent,
       }
       gst_event_unref (event);
       break;
-    case GST_EVENT_QOS:
-    case GST_EVENT_NAVIGATION:
-      res = FALSE;
-      gst_event_unref (event);
-      break;
     default:
       res = gst_pad_event_default (pad, parent, event);
       break;