summaryrefslogtreecommitdiffstats
path: root/ext/mplex/gstmplex.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-10-25 19:06:39 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-10-25 19:06:39 +0000
commitcd3adce1fbee0f4a5878bf772f023fed661526a0 (patch)
treec493135c2d3b1feb9141f68db7738c6c2e089036 /ext/mplex/gstmplex.h
parent8bca9f16bb88f33064d077f7bb9aa70d32f8219c (diff)
downloadgst-plugins-bad-cd3adce1fbee0f4a5878bf772f023fed661526a0.tar.gz
gst-plugins-bad-cd3adce1fbee0f4a5878bf772f023fed661526a0.tar.bz2
gst-plugins-bad-cd3adce1fbee0f4a5878bf772f023fed661526a0.zip
Removed dead .cc file
Original commit message from CVS: Removed dead .cc file Added some params, act on EOS
Diffstat (limited to 'ext/mplex/gstmplex.h')
-rw-r--r--ext/mplex/gstmplex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/mplex/gstmplex.h b/ext/mplex/gstmplex.h
index 9266eb12..381b0af1 100644
--- a/ext/mplex/gstmplex.h
+++ b/ext/mplex/gstmplex.h
@@ -71,6 +71,7 @@ struct _GstMPlexStream {
GstPad *pad;
GstMPlexStreamType type;
GstByteStream *bytestream;
+ gboolean eos;
};
struct _GstMPlex {
@@ -84,6 +85,8 @@ struct _GstMPlex {
vector<ElementaryStream *> *strms;
OutputStream *ostrm;
PS_Stream *ps_stream;
+ gint data_rate;
+ gint sync_offset;
};
struct _GstMPlexClass {