mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
Removed one todo (already fixed)
Original commit message from CVS: Removed one todo (already fixed)
This commit is contained in:
parent
333032113f
commit
5001ef6c6a
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ gst_v4lmjpegsink_playback_init (GstV4lMjpegSink *v4lmjpegsink)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO: allocate/init the pthread thingies */
|
/* allocate/init the pthread thingies */
|
||||||
pthread_mutex_init(&(v4lmjpegsink->mutex_queued_frames), NULL);
|
pthread_mutex_init(&(v4lmjpegsink->mutex_queued_frames), NULL);
|
||||||
v4lmjpegsink->isqueued_queued_frames = (gint8 *)
|
v4lmjpegsink->isqueued_queued_frames = (gint8 *)
|
||||||
malloc(sizeof(gint8) * v4lmjpegsink->breq.count);
|
malloc(sizeof(gint8) * v4lmjpegsink->breq.count);
|
||||||
|
|
Loading…
Reference in a new issue