mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
baseparse: clean up a few minor extraneous tokens
This commit is contained in:
parent
2aaa475a4f
commit
a306518cee
1 changed files with 2 additions and 2 deletions
|
@ -1029,8 +1029,8 @@ gst_base_parse_sink_eventfunc (GstBaseParse * parse, GstEvent * event)
|
|||
gst_event_unref (event);
|
||||
|
||||
out_segment.start = 0;
|
||||
out_segment.stop = GST_CLOCK_TIME_NONE;;
|
||||
out_segment.time = 0;;
|
||||
out_segment.stop = GST_CLOCK_TIME_NONE;
|
||||
out_segment.time = 0;
|
||||
|
||||
event = gst_event_new_segment (&out_segment);
|
||||
|
||||
|
|
Loading…
Reference in a new issue