mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
splitmux: fix typo
This commit is contained in:
parent
12aa2428e0
commit
102ae8511a
1 changed files with 1 additions and 1 deletions
|
@ -863,7 +863,7 @@ static gboolean
|
|||
gst_splitmux_end_of_part (GstSplitMuxSrc * splitmux, SplitMuxSrcPad * splitpad)
|
||||
{
|
||||
gint next_part = -1;
|
||||
gint cur_part = cur_part = splitpad->cur_part;
|
||||
gint cur_part = splitpad->cur_part;
|
||||
gboolean res = FALSE;
|
||||
|
||||
if (splitmux->play_segment.rate >= 0.0) {
|
||||
|
|
Loading…
Reference in a new issue