gstreamer/gst
Wim Taymans f0d1ab1c1f Add RTP session management elements. Still in progress.
Original commit message from CVS:
* configure.ac:
* gst/rtpmanager/Makefile.am:
* gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
(signal_waiting_threads), (async_jitter_queue_ref),
(async_jitter_queue_ref_unlocked),
(async_jitter_queue_set_low_threshold),
(async_jitter_queue_set_high_threshold),
(async_jitter_queue_set_max_queue_length),
(async_jitter_queue_get_g_queue), (calculate_ts_diff),
(async_jitter_queue_length_ts_units_unlocked),
(async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
(async_jitter_queue_lock), (async_jitter_queue_unlock),
(async_jitter_queue_push), (async_jitter_queue_push_unlocked),
(async_jitter_queue_push_sorted),
(async_jitter_queue_push_sorted_unlocked),
(async_jitter_queue_insert_after_unlocked),
(async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
(async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
(async_jitter_queue_length_unlocked),
(async_jitter_queue_set_flushing_unlocked),
(async_jitter_queue_unset_flushing_unlocked),
(async_jitter_queue_set_blocking_unlocked):
* gst/rtpmanager/async_jitter_queue.h:
* gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
(gst_rtp_bin_class_init), (gst_rtp_bin_init),
(gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
(gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
(gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
* gst/rtpmanager/gstrtpbin.h:
* gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
(free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
(gst_rtp_client_class_init), (gst_rtp_client_init),
(gst_rtp_client_finalize), (gst_rtp_client_set_property),
(gst_rtp_client_get_property), (gst_rtp_client_change_state),
(gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
* gst/rtpmanager/gstrtpclient.h:
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_base_init),
(gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
(gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
(gst_jitter_buffer_sink_setcaps), (free_func),
(gst_rtp_jitter_buffer_flush_start),
(gst_rtp_jitter_buffer_flush_stop),
(gst_rtp_jitter_buffer_src_activate_push),
(gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
(compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
(gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
(gst_rtp_jitter_buffer_query),
(gst_rtp_jitter_buffer_set_property),
(gst_rtp_jitter_buffer_get_property):
* gst/rtpmanager/gstrtpjitterbuffer.h:
* gst/rtpmanager/gstrtpmanager.c: (plugin_init):
* gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
(gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
(gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
(gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
(gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
(gst_rtp_pt_demux_change_state):
* gst/rtpmanager/gstrtpptdemux.h:
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
(gst_rtp_session_class_init), (gst_rtp_session_init),
(gst_rtp_session_finalize), (gst_rtp_session_set_property),
(gst_rtp_session_get_property), (gst_rtp_session_change_state),
(gst_rtp_session_chain_recv_rtp),
(gst_rtp_session_chain_recv_rtcp),
(gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
(create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
(gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
* gst/rtpmanager/gstrtpsession.h:
Add RTP session management elements. Still in progress.
2009-08-11 02:30:23 +01:00
..
alpha Remove trivial unused variables detected by CLang static analyzer. 2009-04-18 18:51:28 +02:00
apetag apedemux: add container-format tag 2009-06-22 10:49:03 +01:00
audiofx audioamplify: Fix integer overflows on 32 bit architectures 2009-06-21 17:13:43 +02:00
auparse Remove trivial unused variables detected by CLang static analyzer. 2009-04-18 18:51:28 +02:00
autodetect Update Since: tags in autodetect srcs and audioecho 2009-02-19 13:16:39 +00:00
avi avidemux: push mode; cater for chunk padding 2009-08-10 14:41:52 +02:00
cutter Remove unused variables in _class_init 2009-04-18 18:51:27 +02:00
debugutils Remove unused variables in _class_init 2009-04-18 18:51:27 +02:00
deinterlace deinterlace: Remove the interlaced field from the output caps if deinterlacing is enabled 2009-06-23 17:52:29 +02:00
effectv effectv: Don't allow caps changes for some effectv filters 2009-07-24 19:54:05 +02:00
equalizer equalizer: Use floating point arithmetic internally for the int16 mode 2009-05-28 12:39:46 +02:00
flv flvmux: Fix writing of the index for < 128 buffers 2009-08-03 20:08:00 +02:00
flx Remove trivial unused variables detected by CLang static analyzer. 2009-04-18 18:51:28 +02:00
goom docs: Quieten a couple more docs warnings 2009-06-11 11:39:25 +01:00
goom2k1 Update and add documentation for plugins with no deps (gst). 2009-01-28 12:32:59 +02:00
icydemux Remove trivial unused variables detected by CLang static analyzer. 2009-04-18 18:51:28 +02:00
id3demux id3demux: Try GST_*_TAG_ENCODING and locale encoding if tags are not UTF8 2009-08-09 12:52:17 +02:00
interleave interleave: fix indenting and upgrade two debugs to warnings. 2009-07-21 10:07:00 +03:00
law law: fix caps and negotiation 2009-06-30 15:59:20 +02:00
level Update and add documentation for plugins with no deps (gst). 2009-01-28 12:32:59 +02:00
matroska matroska: remove dead assignments 2009-08-10 09:58:33 +02:00
median Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
monoscope Update and add documentation for plugins with no deps (gst). 2009-01-28 12:32:59 +02:00
multifile Remove trivial unused variables detected by CLang static analyzer. 2009-04-18 18:51:28 +02:00
multipart multipartdemux: post container-format tag 2009-06-22 10:49:02 +01:00
oldcore Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
qtdemux qtdemux: Downgrade warning message to debug 2009-07-27 21:39:57 -03:00
replaygain rganalysis: Add ability to post level messages 2009-05-07 16:25:41 +02:00
rtp rtp: Remove dead assignments and resulting unneeded variables. 2009-08-10 09:58:33 +02:00
rtpmanager Add RTP session management elements. Still in progress. 2009-08-11 02:30:23 +01:00
rtsp rtspsrc: don't add non-utf8 chars to structures 2009-08-03 18:13:46 +02:00
smpte Remove trivial unused variables detected by CLang static analyzer. 2009-04-18 18:51:28 +02:00
spectrum Update and add documentation for plugins with no deps (gst). 2009-01-28 12:32:59 +02:00
udp multiudpsink: don't do things with side-effects inside g_return_val_if_fail() 2009-08-02 11:50:43 +01:00
videobox videobox: draw the complete U and V planes 2009-05-04 11:26:56 +02:00
videocrop aspectratiocrop: Don't forget to call parent finalize implementation. 2009-02-10 11:27:51 +01:00
videofilter Remove trivial unused variables detected by CLang static analyzer. 2009-04-18 18:51:28 +02:00
videomixer videomixer: Random cleanup 2009-07-10 19:54:25 +02:00
wavenc Update and add documentation for plugins with no deps (gst). 2009-01-28 12:32:59 +02:00
wavparse wavparse: handle LIST INFO of 0 size 2009-06-07 13:37:04 +02:00
y4m [MOVED FROM BAD] y4menc: change my email 2009-05-15 23:35:09 +01:00
Makefile.am tidying up -good for business 2005-08-30 17:32:12 +00:00