diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-03-28 15:35:13 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-03-29 16:40:21 +0100 |
commit | b90906103104216aad85ea262a97340280e70369 (patch) | |
tree | b82eea74a73bb71a827136d92cb8caadc85bcbe4 /gst/Makefile.am | |
parent | bd85fe34adbcb369f86f74ab384838a969f68d64 (diff) |
gst: Add new GstContext miniobject for sharing contexts in a pipeline
Diffstat (limited to 'gst/Makefile.am')
-rw-r--r-- | gst/Makefile.am | 2 |
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 \ |