[cheese] Update to the new pad template name



commit a029969f502982dec925a35d2e82b263f874e3d7
Author: Thiago Santos <thiago sousa santos collabora com>
Date:   Tue Aug 28 20:47:35 2012 -0300

    Update to the new pad template name

 libcheese/cheese-camera.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libcheese/cheese-camera.c b/libcheese/cheese-camera.c
index 5275fcf..fb3eefb 100644
--- a/libcheese/cheese-camera.c
+++ b/libcheese/cheese-camera.c
@@ -625,7 +625,7 @@ cheese_camera_create_video_filter_bin (CheeseCamera *camera, GError **error)
   ok &= gst_element_link_many (priv->camera_tee, priv->main_valve,
                                priv->effect_filter, priv->video_balance,
                                priv->csp_post_balance, NULL);
-  gst_pad_link (gst_element_get_request_pad (priv->camera_tee, "src%d"),
+  gst_pad_link (gst_element_get_request_pad (priv->camera_tee, "src_%u"),
                 gst_element_get_static_pad (priv->effects_preview_bin, "sink"));
 
   /* add ghostpads */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]