summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-12-28 11:34:35 +0200
committerStefan Kost <ensonic@users.sf.net>2009-12-28 11:34:35 +0200
commit80aa8e70ec9fc13e28802e9e2b6a3cf1f14f40e6 (patch)
tree8f4501f24cf1bf662a86d1b57de6b42d15ec681f
parent48111e3f18e3c7cf4d90ce4fccc8565d1f75f375 (diff)
qtmux: also add .h file changes to unbreak the build
-rw-r--r--gst/qtmux/gstqtmux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/qtmux/gstqtmux.h b/gst/qtmux/gstqtmux.h
index 92a207803..6dc0de8d1 100644
--- a/gst/qtmux/gstqtmux.h
+++ b/gst/qtmux/gstqtmux.h
@@ -151,12 +151,15 @@ struct _GstQTMux
gboolean large_file;
gboolean guess_pts;
gchar *fast_start_file_path;
/* for collect pads event handling function */
GstPadEventFunction collect_event;
+
+ /* for request pad naming */
+ guint video_pads, audio_pads;
};
struct _GstQTMuxClass
{
GstElementClass parent_class;