From 5edd64eec6376aab7d98406b804f056e67650a31 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Mon, 23 Jan 2012 08:04:20 -0300 Subject: [PATCH] camerabin2: Removing solved TODO and fixing a typo --- gst/camerabin2/gstcamerabin2.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gst/camerabin2/gstcamerabin2.c b/gst/camerabin2/gstcamerabin2.c index ff9f13423a..7d5f8f4c78 100644 --- a/gst/camerabin2/gstcamerabin2.c +++ b/gst/camerabin2/gstcamerabin2.c @@ -816,15 +816,13 @@ gst_camera_bin_class_init (GstCameraBin2Class * klass) /* TODO * Review before stable - * - We use a profile for video recording properties and here we have - * elements for image capture. This is slightly inconsistent. * - One problem with using encodebin for images here is how jifmux * autoplugging works. We need to give it a higher rank and fix its * caps (it has image/jpeg on sink and src pads). Preliminary tests * show that jifmux is picked if image/jpeg is the caps of a container * profile. So this could work. * - There seems to be a problem with encodebin for images currently as - * it autoplugs a videorate that ony starts outputing buffers after + * it autoplugs a videorate that only starts outputing buffers after * getting the 2nd buffer. */ g_object_class_install_property (object_class, PROP_IMAGE_ENCODING_PROFILE,