From 80aa8e70ec9fc13e28802e9e2b6a3cf1f14f40e6 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 28 Dec 2009 11:34:35 +0200 Subject: [PATCH] qtmux: also add .h file changes to unbreak the build --- gst/qtmux/gstqtmux.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gst/qtmux/gstqtmux.h b/gst/qtmux/gstqtmux.h index 92a207803c..6dc0de8d1a 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