summaryrefslogtreecommitdiff
path: root/gst/camerabin
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-03-04 21:30:30 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-03-04 21:30:30 +0000
commit3cfe16cc63e89ba1d37c6f32034a142f5dac847b (patch)
tree220f47dd0617ac10b163e23f515a9afb9d66712f /gst/camerabin
parent60080ee20bb900221ff2cfb8ca44db8cb3010542 (diff)
photography: declare interface as unstable API by means of a warning
Application developers won't know right away which module an interface comes from, and may assume that it is covered by the usual GStreamer API guarantees, so make it as clear as possible that this particular API is still subject to change (should have done that with other libraries in -bad before too really).
Diffstat (limited to 'gst/camerabin')
-rw-r--r--gst/camerabin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/camerabin/Makefile.am b/gst/camerabin/Makefile.am
index 376d67875..9887ba394 100644
--- a/gst/camerabin/Makefile.am
+++ b/gst/camerabin/Makefile.am
@@ -28,7 +28,7 @@ nodist_libgstcamerabin_la_SOURCES = $(built_sources)
# libcamerabin_la_HEADERS = gstcamerabin.h
libgstcamerabin_la_CFLAGS = \
- $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
+ $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -DGST_USE_UNSTABLE_API
libgstcamerabin_la_LIBADD = \
$(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \