summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2012-05-01 10:26:27 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2012-05-01 15:10:54 -0300
commit89a20eb63e7da1b1274f9faae217bcb3627a6fbf (patch)
tree7764b16025cb0e30a5c54a29dfd7d6df6e603f78 /gst-libs
parent79d3cc533f494a0682683b6f2a3c0c82dbb5afee (diff)
downloadgstreamer-plugins-bad-89a20eb63e7da1b1274f9faae217bcb3627a6fbf.tar.gz
basecamerabinsrc: updating property to new name
enable-last-buffer is now enable-last-sample
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/basecamerabinsrc/gstcamerabinpreview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/basecamerabinsrc/gstcamerabinpreview.c b/gst-libs/gst/basecamerabinsrc/gstcamerabinpreview.c
index 944f786a7..e4b95b897 100644
--- a/gst-libs/gst/basecamerabinsrc/gstcamerabinpreview.c
+++ b/gst-libs/gst/basecamerabinsrc/gstcamerabinpreview.c
@@ -148,7 +148,7 @@ gst_camerabin_create_preview_pipeline (GstElement * element,
}
g_object_set (data->appsrc, "emit-signals", FALSE, NULL);
- g_object_set (data->appsink, "sync", FALSE, "enable-last-buffer",
+ g_object_set (data->appsink, "sync", FALSE, "enable-last-sample",
FALSE, NULL);
gst_bin_add_many (GST_BIN (data->pipeline), data->appsrc,