mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 05:22:30 +00:00
example: unref the clock id
This commit is contained in:
parent
12f9b39fac
commit
89cefd8b59
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ main (gint argc, gchar ** argv)
|
|||
|
||||
/* cleanup */
|
||||
g_object_unref (G_OBJECT (ctrl));
|
||||
gst_clock_id_unref (clock_id);
|
||||
gst_object_unref (G_OBJECT (clock));
|
||||
gst_object_unref (G_OBJECT (bin));
|
||||
res = 0;
|
||||
|
|
Loading…
Reference in a new issue