qtmux: also add .h file changes to unbreak the build

This commit is contained in:
Stefan Kost 2009-12-28 11:34:35 +02:00
parent 48111e3f18
commit 80aa8e70ec

View 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