add todo item
authorBrandon Lewis <brandon@collabora.co.uk>
Thu, 15 Jul 2010 17:19:57 +0000 (19:19 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 16 Jul 2010 15:22:19 +0000 (17:22 +0200)
ges/ges-screenshot.c

index 7131085..d860945 100644 (file)
@@ -178,6 +178,8 @@ gst_play_frame_conv_convert (GstBuffer * buf, GstCaps * to_caps)
   if (!gst_element_link_pads (csp, "src", vscale, "sink"))
     goto link_failed;
 
+  /* TODO: only plug an encoder if caps aren't raw ? */
+
   GST_DEBUG ("linking vscale->encoder");
   if (!gst_element_link (vscale, encoder))
     goto link_failed;