summaryrefslogtreecommitdiffstats
path: root/ext/resindvd/resindvdbin.h
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-07-14 07:50:01 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-07-14 07:50:01 +0000
commit95fa5e8b95b4f2708bd5053a0873d343d667f6dd (patch)
tree065ced9e2e8c75a2a0808c6d7d74795c28c5c22e /ext/resindvd/resindvdbin.h
parent72dedf790444dbbd093e10066e4a7e699689502c (diff)
downloadgst-plugins-bad-95fa5e8b95b4f2708bd5053a0873d343d667f6dd.tar.gz
gst-plugins-bad-95fa5e8b95b4f2708bd5053a0873d343d667f6dd.tar.bz2
gst-plugins-bad-95fa5e8b95b4f2708bd5053a0873d343d667f6dd.zip
ext/resindvd/gstmpegdemux.c: Remove whitespace line.
Original commit message from CVS: * ext/resindvd/gstmpegdemux.c: Remove whitespace line. * ext/resindvd/resindvdbin.c: * ext/resindvd/resindvdbin.h: Make it so that audio/video pads aren't added to the bin until after data flow starts. * ext/resindvd/resin-play: Move video buffer queue outside resindvdbin * ext/resindvd/resindvdsrc.c: Check that the nav_clock_id didn't already get unscheduled. * gst/dvdspu/gstdvdspu.c: Remove assert that sometimes triggers erroneously.
Diffstat (limited to 'ext/resindvd/resindvdbin.h')
-rw-r--r--ext/resindvd/resindvdbin.h5
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;
};