summaryrefslogtreecommitdiffstats
path: root/ext/mimic/gstmimenc.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-07-07 19:18:16 +0100
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-07-07 19:22:06 +0100
commit89e30492966c8f24552d204814a1f30f39bde60c (patch)
treed214179c6cdd61b7e81aed00a0990f6eb5a5bb07 /ext/mimic/gstmimenc.h
parentf410614403c56dbfc833119d7ad6f0c38f1fabd8 (diff)
downloadgst-plugins-bad-89e30492966c8f24552d204814a1f30f39bde60c.tar.gz
gst-plugins-bad-89e30492966c8f24552d204814a1f30f39bde60c.tar.bz2
gst-plugins-bad-89e30492966c8f24552d204814a1f30f39bde60c.zip
mimenc: Send pause frames when paused
Diffstat (limited to 'ext/mimic/gstmimenc.h')
-rw-r--r--ext/mimic/gstmimenc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mimic/gstmimenc.h b/ext/mimic/gstmimenc.h
index 27b0a1d8..89cff46e 100644
--- a/ext/mimic/gstmimenc.h
+++ b/ext/mimic/gstmimenc.h
@@ -59,6 +59,8 @@ struct _GstMimEnc
GstSegment segment;
gboolean need_newsegment;
GstClockTime last_buffer;
+ GstClockID clock_id;
+ gboolean stop_paused_mode;
};
struct _GstMimEncClass