mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +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)
|
gst_splitmux_end_of_part (GstSplitMuxSrc * splitmux, SplitMuxSrcPad * splitpad)
|
||||||
{
|
{
|
||||||
gint next_part = -1;
|
gint next_part = -1;
|
||||||
gint cur_part = cur_part = splitpad->cur_part;
|
gint cur_part = splitpad->cur_part;
|
||||||
gboolean res = FALSE;
|
gboolean res = FALSE;
|
||||||
|
|
||||||
if (splitmux->play_segment.rate >= 0.0) {
|
if (splitmux->play_segment.rate >= 0.0) {
|
||||||
|
|
Loading…
Reference in a new issue