mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
qtdemux: Remove white space at end of line
https://bugzilla.gnome.org/show_bug.cgi?id=791483
This commit is contained in:
parent
1551759cec
commit
75241cfa6b
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ struct _GstQTDemux {
|
|||
|
||||
/* Set to TRUE when all streams have been exposed */
|
||||
gboolean exposed;
|
||||
|
||||
|
||||
gint64 chapters_track_id;
|
||||
|
||||
/* protection support */
|
||||
|
@ -154,7 +154,7 @@ struct _GstQTDemux {
|
|||
|
||||
|
||||
/*
|
||||
* ALL VARIABLES BELOW ARE ONLY USED IN PUSH-BASED MODE
|
||||
* ALL VARIABLES BELOW ARE ONLY USED IN PUSH-BASED MODE
|
||||
*/
|
||||
GstAdapter *adapter;
|
||||
guint neededbytes;
|
||||
|
|
Loading…
Reference in a new issue