summaryrefslogtreecommitdiff
path: root/gst/camerabin2/gstcamerabin2.h
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-12-27 11:29:42 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2011-01-24 14:50:29 -0300
commitf1d02cf0c0539b4c2b46fd63233055b28dd2a4ab (patch)
tree3eb6d0dfbba6ad3bc1ae57f91934f6745814a4a9 /gst/camerabin2/gstcamerabin2.h
parent31dbc2eeba1f0472f549fcb607710245b6b74891 (diff)
camerabin2: Move to encodebin
Diffstat (limited to 'gst/camerabin2/gstcamerabin2.h')
-rw-r--r--gst/camerabin2/gstcamerabin2.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/camerabin2/gstcamerabin2.h b/gst/camerabin2/gstcamerabin2.h
index 29be9b294..8802a5534 100644
--- a/gst/camerabin2/gstcamerabin2.h
+++ b/gst/camerabin2/gstcamerabin2.h
@@ -41,7 +41,9 @@ struct _GstCameraBin
GstElement *user_src;
gulong src_capture_notify_id;
- GstElement *videobin;
+ //GstElement *videobin;
+ GstElement *encodebin;
+ GstElement *videosink;
GstElement *videobin_queue;
GstElement *videobin_capsfilter;