diff options
Diffstat (limited to 'ext/resindvd/resindvdbin.h')
-rw-r--r-- | ext/resindvd/resindvdbin.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/resindvd/resindvdbin.h b/ext/resindvd/resindvdbin.h index 7844e94a..7506680c 100644 --- a/ext/resindvd/resindvdbin.h +++ b/ext/resindvd/resindvdbin.h @@ -65,6 +65,11 @@ struct _RsnDvdBin GstPad *video_pad; GstPad *audio_pad; + GstPad *subpicture_pad; + + gboolean video_added; + gboolean audio_added; + gboolean subpicture_added; GList *mq_req_pads; }; |