audiosrc: add gratuitious FIXME for use of generic G_TYPE_POINTER type
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 27 Jan 2010 00:41:24 +0000 (00:41 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 27 Jan 2010 00:42:37 +0000 (00:42 +0000)
gst-libs/gst/audio/gstaudiosrc.c

index 80cb6b3..d7a6b54 100644 (file)
@@ -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),