[Bug 770953] gstclock: segmentation fault when unschedule

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 7 16:06:54 UTC 2016


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #335003|none                        |needs-work
             status|                            |

--- Comment #10 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 335003:
 --> (https://bugzilla.gnome.org/review?bug=770953&attachment=335003)

::: gst/gstclock.h
@@ -347,3 @@
- * Get the owner clock of the entry
- */
-#define GST_CLOCK_ENTRY_CLOCK(entry)    ((entry)->clock)

Don't remove public API

@@ +558,3 @@
 gint                    gst_clock_id_compare_func       (gconstpointer id1,
gconstpointer id2);

+gboolean                gst_clock_id_is_clock           (GstClockID id,
GstClock * clock);

Maybe gst_clock_id_belongs_to_clock()? gst_clock_id_get_clock()?

-- 
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