summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
@@ -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