diff options
Diffstat (limited to 'ext/mplex/gstmplex.h')
-rw-r--r-- | ext/mplex/gstmplex.h | 3 |
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 { |