Removed one todo (already fixed)
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Tue, 25 Dec 2001 21:50:42 +0000 (21:50 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Tue, 25 Dec 2001 21:50:42 +0000 (21:50 +0000)
Original commit message from CVS:
Removed one todo (already fixed)

sys/v4l/v4lmjpegsink_calls.c

index dc49768..1814c2e 100644 (file)
@@ -379,7 +379,7 @@ gst_v4lmjpegsink_playback_init (GstV4lMjpegSink *v4lmjpegsink)
     return FALSE;
   }
 
-  /* TODO: allocate/init the pthread thingies */
+  /* allocate/init the pthread thingies */
   pthread_mutex_init(&(v4lmjpegsink->mutex_queued_frames), NULL);
   v4lmjpegsink->isqueued_queued_frames = (gint8 *)
     malloc(sizeof(gint8) * v4lmjpegsink->breq.count);