summaryrefslogtreecommitdiff
path: root/gst/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-28 15:35:13 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-29 16:40:21 +0100
commitb90906103104216aad85ea262a97340280e70369 (patch)
treeb82eea74a73bb71a827136d92cb8caadc85bcbe4 /gst/Makefile.am
parentbd85fe34adbcb369f86f74ab384838a969f68d64 (diff)
gst: Add new GstContext miniobject for sharing contexts in a pipeline
Diffstat (limited to 'gst/Makefile.am')
-rw-r--r--gst/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am
index c1bdf0c16..87db0556f 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -57,6 +57,7 @@ libgstreamer_@GST_API_VERSION@_la_SOURCES = \
gstcaps.c \
gstchildproxy.c \
gstclock.c \
+ gstcontext.c \
gstcontrolbinding.c \
gstcontrolsource.c \
gstdatetime.c \
@@ -153,6 +154,7 @@ gst_headers = \
gstchildproxy.h \
gstclock.h \
gstcompat.h \
+ gstcontext.h \
gstcontrolbinding.h \
gstcontrolsource.h \
gstdatetime.h \