camerabin2: examples: Fix camerabin2 G_OBJECT cast

Adds missing cast to fix build error.
This commit is contained in:
Robert Jobbagy 2011-08-02 21:14:06 +02:00 committed by Thiago Santos
parent 298af589eb
commit e8d5e476ef

View file

@ -677,7 +677,7 @@ setup_pipeline (void)
GST_INFO_OBJECT (camerabin, "camerabin2 created");
gst_util_set_object_arg (camerabin, "flags", camerabin2_flags);
gst_util_set_object_arg (G_OBJECT (camerabin), "flags", camerabin2_flags);
if (videosrc_name) {
GstElement *wrapper;