From: Ronald S. Bultje Date: Tue, 25 Dec 2001 21:50:42 +0000 (+0000) Subject: Removed one todo (already fixed) X-Git-Tag: DEBIAN-0_3_1-1~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5001ef6c6a59cceea7683d732ad2aefb70e6a618;p=platform%2Fupstream%2Fgst-plugins-base.git Removed one todo (already fixed) Original commit message from CVS: Removed one todo (already fixed) --- diff --git a/sys/v4l/v4lmjpegsink_calls.c b/sys/v4l/v4lmjpegsink_calls.c index dc49768..1814c2e 100644 --- a/sys/v4l/v4lmjpegsink_calls.c +++ b/sys/v4l/v4lmjpegsink_calls.c @@ -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);