From 02d1035571d599f1e9fed681d17d8b6946a632db 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/quicktime/gstqtmux.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gst/quicktime/gstqtmux.h b/gst/quicktime/gstqtmux.h index 92a207803c..6dc0de8d1a 100644 --- a/gst/quicktime/gstqtmux.h +++ b/gst/quicktime/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