mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
[MOVED FROM GST-P-FARSIGHT] Fix indentation
20080403021425-3e2dc-efd73a6eed0676e158af70484d4e5c42ea75de74.gz
This commit is contained in:
parent
3a53d39191
commit
a5e2d805e6
1 changed files with 2 additions and 3 deletions
|
@ -1129,9 +1129,8 @@ gst_live_adder_loop (gpointer data)
|
|||
* And so something smart about the positions with seeks that I dont
|
||||
* understand yet.
|
||||
*/
|
||||
newseg_event = gst_event_new_new_segment_full (FALSE, 1.0,
|
||||
1.0, GST_FORMAT_TIME, GST_BUFFER_TIMESTAMP (buffer), -1,
|
||||
0);
|
||||
newseg_event = gst_event_new_new_segment_full (FALSE, 1.0, 1.0,
|
||||
GST_FORMAT_TIME, GST_BUFFER_TIMESTAMP (buffer), -1, 0);
|
||||
|
||||
adder->segment_pending = FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue