summaryrefslogtreecommitdiff
path: root/gst/debugutils/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Emont <gemont@igalia.com>2011-01-14 17:42:50 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-05-26 09:54:39 +0200
commit555959a852ae594f7eee56bec881d294ce3db5e8 (patch)
tree91665a2ca7b2c760e384460706e686398edc0511 /gst/debugutils/Makefile.am
parentd8fd874f5290e4911437120057ee885cdb68b4af (diff)
downloadgstreamer-plugins-bad-555959a852ae594f7eee56bec881d294ce3db5e8.tar.gz
debugspy: add new element
This element allows you to get information about buffers with bus messages. It provides the same kind of information as identity does through a notify signal on a string property, but in a more programmer-friendly way.
Diffstat (limited to 'gst/debugutils/Makefile.am')
-rw-r--r--gst/debugutils/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/debugutils/Makefile.am b/gst/debugutils/Makefile.am
index d8a025d55..c5983dd69 100644
--- a/gst/debugutils/Makefile.am
+++ b/gst/debugutils/Makefile.am
@@ -15,6 +15,7 @@ EXTRA_DIST = debugutils-marshal.list
plugin_LTLIBRARIES = libgstdebugutilsbad.la
libgstdebugutilsbad_la_SOURCES = \
+ gstdebugspy.c \
fpsdisplaysink.c \
debugutilsbad.c \
gstchecksumsink.c \