[Bug 755411] mpdparser: Only check stream->segments for a repeated last segment if we have a static list of segments

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Sep 22 06:00:30 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=755411

Thiago Sousa Santos <thiagossantos at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #311853|reviewed                    |accepted-commit_now
             status|                            |

--- Comment #4 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Review of attachment 311853:
 --> (https://bugzilla.gnome.org/review?bug=755411&attachment=311853)

::: ext/dash/gstmpdparser.c
@@ +4755,3 @@

+    if (segments_count > 0 && stream->segments
+        && stream->segment_index + 1 == segments_count) {

Seems I was wrong, it can be NULL, indeed.

Thanks for the fix.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list