qtmux: also add .h file changes to unbreak the build
authorStefan Kost <ensonic@users.sf.net>
Mon, 28 Dec 2009 09:34:35 +0000 (11:34 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 12 Apr 2011 19:32:14 +0000 (20:32 +0100)
gst/quicktime/gstqtmux.h

index 92a2078..6dc0de8 100644 (file)
@@ -154,6 +154,9 @@ struct _GstQTMux
 
   /* for collect pads event handling function */
   GstPadEventFunction collect_event;
+
+  /* for request pad naming */
+  guint video_pads, audio_pads;
 };
 
 struct _GstQTMuxClass