diff options
author | Luis de Bethencourt <luis.bg@samsung.com> | 2015-02-10 14:57:55 +0000 |
---|---|---|
committer | Luis de Bethencourt <luis.bg@samsung.com> | 2015-02-10 14:57:55 +0000 |
commit | 102ae8511ac99805efb313abecb59c0c6e895fdc (patch) | |
tree | ac6169268bf9e2a688da0991b25b0319f44d3514 | |
parent | 12aa2428e0d7040c6ac393856e88818171080510 (diff) |
splitmux: fix typo
-rw-r--r-- | gst/multifile/gstsplitmuxsrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/multifile/gstsplitmuxsrc.c b/gst/multifile/gstsplitmuxsrc.c index a23e4c83b..3558e9609 100644 --- a/gst/multifile/gstsplitmuxsrc.c +++ b/gst/multifile/gstsplitmuxsrc.c @@ -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) { |