From c83615fca957b2045087433fd5a2e13204253aa2 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Wed, 12 Aug 2009 18:33:22 -0300 Subject: asfmux: Do not mess up GstCollectData list asfmux was messing up with the GstCollectData list of its GstCollectPads when sorting the list inplace. This patch makes it copy the list before sorting it, leaving the GstCollectPads list as is. Fixes #591610 --- gst/asfmux/gstasfmux.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gst/asfmux/gstasfmux.h') diff --git a/gst/asfmux/gstasfmux.h b/gst/asfmux/gstasfmux.h index 2b71fa36..4e13b36a 100644 --- a/gst/asfmux/gstasfmux.h +++ b/gst/asfmux/gstasfmux.h @@ -139,9 +139,6 @@ struct _GstAsfMux /* pads */ GstPad *srcpad; - /* sinkpads, video first */ - GSList *sinkpads; - GstCollectPads *collect; GstPadEventFunction collect_event; }; -- cgit v1.2.1