Skip to content

clock: define AUTO_CLEANUP_FREE_FUNC for GstClockID

Guillaume Desmottes requested to merge gdesmott/gstreamer:auto-clock-id into master

GstClockID is secretly a gpointer so we can't use g_autoptr(), instead user can do: g_auto (GstClockID) clock_id = 0;

Merge request reports