Searched refs:old_streams (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/ |
D | gstadaptivedemux.c | 192 GList *old_streams; /* protected by manifest_lock */ member 1039 GList *old_streams; in gst_adaptive_demux_reset() local 1045 old_streams = demux->priv->old_streams; in gst_adaptive_demux_reset() 1046 demux->priv->old_streams = NULL; in gst_adaptive_demux_reset() 1078 if (old_streams) { in gst_adaptive_demux_reset() 1079 g_list_free_full (old_streams, in gst_adaptive_demux_reset() 1083 if (demux->priv->old_streams) { in gst_adaptive_demux_reset() 1084 g_list_free_full (demux->priv->old_streams, in gst_adaptive_demux_reset() 1086 demux->priv->old_streams = NULL; in gst_adaptive_demux_reset() 1480 GList *old_streams; in gst_adaptive_demux_expose_streams() local [all …]
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.h | 87 GPtrArray *old_streams; member
|
D | qtdemux.c | 108 QTDEMUX_STREAM(g_ptr_array_index((demux)->old_streams,idx)) 447 qtdemux->old_streams = g_ptr_array_new_with_free_func in gst_qtdemux_init() 485 g_ptr_array_free (qtdemux->old_streams, TRUE); in gst_qtdemux_dispose() 2092 g_ptr_array_set_size (qtdemux->old_streams, 0); in gst_qtdemux_reset() 2415 demux->old_streams, demux->active_streams); in gst_qtdemux_handle_sink_event() 7336 demux->old_streams, demux->active_streams); in gst_qtdemux_process_adapter() 13425 if (QTDEMUX_N_STREAMS (qtdemux) != qtdemux->old_streams->len) in qtdemux_is_streams_update() 13477 if (g_ptr_array_find_with_equal_func (qtdemux->old_streams, in qtdemux_update_streams() 13493 g_ptr_array_remove_fast (qtdemux->old_streams, oldstream); in qtdemux_update_streams() 13525 g_ptr_array_set_size (qtdemux->old_streams, 0); in qtdemux_expose_streams() [all …]
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 58643 demux->priv->old_streams can be set, we need to free these
|