gst/rtpmanager/: Added simple SSRC demuxer.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 4 Apr 2007 10:23:15 +0000 (10:23 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 11 Aug 2009 01:30:23 +0000 (02:30 +0100)
commita9d14ed31036aacb46cf97b3ced0bf9cd8cb434b
treed596e46835f9abbda279a2dc690febde7483c5b7
parent5351f0cb519f65352d8d79540ee16da3871705b0
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
gst/rtpmanager/gstrtpmanager.c
gst/rtpmanager/gstrtpssrcdemux.c [new file with mode: 0644]
gst/rtpmanager/gstrtpssrcdemux.h [new file with mode: 0644]