audioclock: API: Add gst_audio_clock_new_full() with a GDestroyNotify for the user_data
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 8 Jul 2010 06:32:22 +0000 (08:32 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 16 Jul 2010 15:40:17 +0000 (17:40 +0200)
commit8989ad93d94f1f99a8ad238456fefd914b966b7f
tree0ea1e594df1114093df468e8e43c12cb14532d5f
parentc95d0034afbded164793120912db711000fcd8a6
audioclock: API: Add gst_audio_clock_new_full() with a GDestroyNotify for the user_data

Elements usually use their own instance as instance data but the
clock can have a longer lifetime than their elements and the clock
doesn't own a reference of the element.

Fixes bug #623807.
docs/libs/gst-plugins-base-libs-sections.txt
gst-libs/gst/audio/gstaudioclock.c
gst-libs/gst/audio/gstaudioclock.h
win32/common/libgstaudio.def