summaryrefslogtreecommitdiff
path: root/gst/asfdemux/gstasfdemux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/asfdemux/gstasfdemux.c')
-rw-r--r--gst/asfdemux/gstasfdemux.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/gst/asfdemux/gstasfdemux.c b/gst/asfdemux/gstasfdemux.c
index 63941ba7..f2d0d995 100644
--- a/gst/asfdemux/gstasfdemux.c
+++ b/gst/asfdemux/gstasfdemux.c
@@ -834,9 +834,6 @@ gst_asf_demux_chain_headers (GstASFDemux * demux)
if (flow != GST_FLOW_OK)
goto parse_failed;
- /* release old pads (only happens on chained asfs) */
- gst_asf_demux_release_old_pads (demux);
-
/* calculate where the packet data starts */
demux->data_offset = obj.size + 50;
@@ -1066,9 +1063,6 @@ gst_asf_demux_pull_headers (GstASFDemux * demux)
goto parse_failed;
}
- /* release old pads (only happens on chained asfs) */
- gst_asf_demux_release_old_pads (demux);
-
/* calculate where the packet data starts */
demux->data_offset = demux->base_offset + obj.size + 50;
@@ -1209,6 +1203,8 @@ gst_asf_demux_check_activate_streams (GstASFDemux * demux, gboolean force)
}
}
+ gst_asf_demux_release_old_pads (demux);
+
demux->activated_streams = TRUE;
GST_LOG_OBJECT (demux, "signalling no more pads");
gst_element_no_more_pads (GST_ELEMENT (demux));