mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
qtmux: also add .h file changes to unbreak the build
This commit is contained in:
parent
48111e3f18
commit
80aa8e70ec
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue