diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-01-27 00:41:24 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-01-27 00:42:37 +0000 |
commit | e6d868c31c6e0c564301e1ab53c3ae3cea862482 (patch) | |
tree | 1532c554cccdba38432574e862e904fd5ee96701 | |
parent | c60f94da58a6bc3b61f991a3f9519fef1666bba6 (diff) |
audiosrc: add gratuitious FIXME for use of generic G_TYPE_POINTER type
-rw-r--r-- | gst-libs/gst/audio/gstaudiosrc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/audio/gstaudiosrc.c b/gst-libs/gst/audio/gstaudiosrc.c index 80cb6b39..d7a6b547 100644 --- a/gst-libs/gst/audio/gstaudiosrc.c +++ b/gst-libs/gst/audio/gstaudiosrc.c @@ -209,6 +209,7 @@ audioringbuffer_thread_func (GstRingBuffer * buf) if (readfunc == NULL) goto no_function; + /* FIXME: maybe we should at least use a custom pointer type here? */ g_value_init (&val, G_TYPE_POINTER); g_value_set_pointer (&val, src->thread); message = gst_message_new_stream_status (GST_OBJECT_CAST (buf), |