mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +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 running;
|
||||
|
||||
/* Current timestamp */
|
||||
GstClockTime cur_timestamp;
|
||||
|
||||
int n_chunks;
|
||||
int chunk_index;
|
||||
|
||||
|
|
Loading…
Reference in a new issue