mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 22:46:24 +00:00
qtmux: also add .h file changes to unbreak the build
This commit is contained in:
parent
05257feb87
commit
02d1035571
1 changed files with 3 additions and 0 deletions
|
@ -154,6 +154,9 @@ struct _GstQTMux
|
||||||
|
|
||||||
/* for collect pads event handling function */
|
/* for collect pads event handling function */
|
||||||
GstPadEventFunction collect_event;
|
GstPadEventFunction collect_event;
|
||||||
|
|
||||||
|
/* for request pad naming */
|
||||||
|
guint video_pads, audio_pads;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GstQTMuxClass
|
struct _GstQTMuxClass
|
||||||
|
|
Loading…
Reference in a new issue