From 12192a5fac0b6405ba3d608ba6d09ee71b6dc1f9 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 4 Apr 2007 10:23:15 +0000 Subject: gst/rtpmanager/: Added simple SSRC demuxer. Original commit message from CVS: * gst/rtpmanager/Makefile.am: * gst/rtpmanager/gstrtpmanager.c: (plugin_init): * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc), (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init), (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event), (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event), (gst_rtp_ssrc_demux_change_state): * gst/rtpmanager/gstrtpssrcdemux.h: Added simple SSRC demuxer. --- gst/rtpmanager/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/rtpmanager/Makefile.am') diff --git a/gst/rtpmanager/Makefile.am b/gst/rtpmanager/Makefile.am index e51cafad..dc7f2a72 100644 --- a/gst/rtpmanager/Makefile.am +++ b/gst/rtpmanager/Makefile.am @@ -7,6 +7,7 @@ libgstrtpmanager_la_SOURCES = gstrtpmanager.c \ async_jitter_queue.c \ gstrtpjitterbuffer.c \ gstrtpptdemux.c \ + gstrtpssrcdemux.c \ gstrtpsession.c noinst_HEADERS = gstrtpbin.h \ @@ -14,6 +15,7 @@ noinst_HEADERS = gstrtpbin.h \ async_jitter_queue.h \ gstrtpjitterbuffer.h \ gstrtpptdemux.h \ + gstrtpssrcdemux.h \ gstrtpsession.h libgstrtpmanager_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS) -- cgit v1.2.1