jitterbuffer: do skew estimation only for new timestamps
[platform/upstream/gstreamer.git] / gst / rtpmanager / Makefile.am
index bfcb028..662b18c 100644 (file)
@@ -1,5 +1,8 @@
 plugin_LTLIBRARIES = libgstrtpmanager.la
 
+# FIXME 0.11: ignore GValueArray warnings for now until this is sorted
+ERROR_CFLAGS=
+
 glib_enum_define = GST_RTP_BIN
 glib_gen_prefix = gst_rtp_bin
 glib_gen_basename = gstrtpbin
@@ -13,7 +16,9 @@ BUILT_SOURCES = $(built_sources) $(built_headers)
 
 libgstrtpmanager_la_SOURCES = gstrtpmanager.c \
                              gstrtpbin.c \
+                             gstrtpdtmfmux.c \
                              gstrtpjitterbuffer.c \
+                             gstrtpmux.c \
                              gstrtpptdemux.c \
                              gstrtpssrcdemux.c \
                              rtpjitterbuffer.c      \
@@ -26,7 +31,9 @@ nodist_libgstrtpmanager_la_SOURCES = \
       $(built_sources)
 
 noinst_HEADERS = gstrtpbin.h \
+                gstrtpdtmfmux.h \
                 gstrtpjitterbuffer.h \
+                gstrtpmux.h \
                  gstrtpptdemux.h \
                  gstrtpssrcdemux.h \
                  rtpjitterbuffer.h \
@@ -38,7 +45,7 @@ noinst_HEADERS = gstrtpbin.h \
 libgstrtpmanager_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
        $(GST_NET_CFLAGS) $(WARNING_CFLAGS) $(ERROR_CFLAGS)
 libgstrtpmanager_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
-       $(GST_NET_LIBS) -lgstrtp-@GST_MAJORMINOR@ \
+       $(GST_NET_LIBS) -lgstrtp-@GST_API_VERSION@ \
        $(GST_BASE_LIBS) $(GST_LIBS_LIBS)
 libgstrtpmanager_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 libgstrtpmanager_la_LIBTOOLFLAGS = --tag=disable-static