summaryrefslogtreecommitdiff
path: root/gst/camerabin2/gstplugin.c
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-12-14 17:23:10 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-12-23 13:24:43 -0300
commit99210b0a3a241c73267a7f5e481d041728b3f1a2 (patch)
treec86540ceec248e31b2eb06deaa0c2c8b97fa552c /gst/camerabin2/gstplugin.c
parentb822ad3cd35bbdd0ad560074c4bcab1a3cd72b50 (diff)
downloadgstreamer-plugins-bad-99210b0a3a241c73267a7f5e481d041728b3f1a2.tar.gz
camerabin2: Rename v4l2camerasrc to wrappercamerabinsrc
Use a better name for the element that wraps single pad src element into a 3pad source required by camerabin2.
Diffstat (limited to 'gst/camerabin2/gstplugin.c')
-rw-r--r--gst/camerabin2/gstplugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/camerabin2/gstplugin.c b/gst/camerabin2/gstplugin.c
index 517f9a6c0..16f20afed 100644
--- a/gst/camerabin2/gstplugin.c
+++ b/gst/camerabin2/gstplugin.c
@@ -26,7 +26,7 @@
#include "gstviewfinderbin.h"
#include "gstimagecapturebin.h"
#include "gstvideorecordingbin.h"
-#include "gstv4l2camerasrc.h"
+#include "gstwrappercamerabinsrc.h"
#include "gstcamerabin2.h"
static gboolean
@@ -38,7 +38,7 @@ plugin_init (GstPlugin * plugin)
return FALSE;
if (!gst_video_recording_bin_plugin_init (plugin))
return FALSE;
- if (!gst_v4l2_camera_src_plugin_init (plugin))
+ if (!gst_wrapper_camera_bin_src_plugin_init (plugin))
return FALSE;
if (!gst_camera_bin_plugin_init (plugin))
return FALSE;