mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
Forgot to commit this file. I hate Nano.
Original commit message from CVS: Forgot to commit this file. I hate Nano.
This commit is contained in:
parent
1490435738
commit
d0acbd7d9f
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ struct _GstRMDemux {
|
||||||
gboolean segment_play;
|
gboolean segment_play;
|
||||||
gboolean running;
|
gboolean running;
|
||||||
|
|
||||||
|
/* Current timestamp */
|
||||||
|
GstClockTime cur_timestamp;
|
||||||
|
|
||||||
int n_chunks;
|
int n_chunks;
|
||||||
int chunk_index;
|
int chunk_index;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue