[Bug 693065] [GstPipeline] Seeking on pipeline with NULL clock fails assertion

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Feb 5 05:29:52 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=693065
  GStreamer | gstreamer (core) | 0.10.36

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.6

--- Comment #2 from Wim Taymans <wim.taymans at gmail.com> 2013-02-05 13:29:50 UTC ---
commit 25c64901096ce70dd63f055fc1243e53492334bc
Author: Nate Bogdanowicz <natezb at gmail.com>
Date:   Sat Feb 2 11:55:52 2013 -0800

    gstpipeline: fix failed assertion caused by seeking pipeline with NULL
clock

    Under certain GST_STATE_CHANGED_PAUSED_TO_PLAYING transitions, a pipeline
with
    a NULL clock will fail an assertion due to an unchecked call to
gst_object_ref().
    This is fixed by simply adding a check and only ref-ing if the clock is not
NULL.

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

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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