diff options
Diffstat (limited to 'gst/apetag')
-rw-r--r-- | gst/apetag/apedemux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/apetag/apedemux.c b/gst/apetag/apedemux.c index 6736d086..f1d10a2b 100644 --- a/gst/apetag/apedemux.c +++ b/gst/apetag/apedemux.c @@ -710,6 +710,7 @@ gst_ape_demux_stream_data (GstApeDemux * ape) GstData *data; data = gst_pad_pull (ape->sinkpad); + if (GST_IS_EVENT (data)) { GstEvent *event = GST_EVENT (data); |