gstreamer/gst
Wim Taymans 582f643ee4 gst/rtpmanager/: Update comment.
Original commit message from CVS:
* gst/rtpmanager/gstrtpbin.c: (create_session):
* gst/rtpmanager/rtpjitterbuffer.c:
Update comment.
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
(gst_rtp_session_set_property), (gst_rtp_session_get_property):
Define some GObject properties to set SDES and other configuration.
* gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
(rtp_session_init), (rtp_session_finalize),
(rtp_session_set_property), (rtp_session_get_property),
(on_ssrc_sdes), (rtp_session_set_bandwidth),
(rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
(rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
(rtp_session_get_sdes_string), (obtain_source),
(rtp_session_get_internal_source), (rtp_session_process_sdes),
(rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
(is_rtcp_time):
* gst/rtpmanager/rtpsession.h:
Add signal when new SDES infor has been found for a source.
Create properties for SDES and other info.
Simplify the SDES API.
Add method for getting the internal source object of the session.
* gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
(rtp_source_finalize), (rtp_source_set_property),
(rtp_source_get_property), (rtp_source_set_callbacks),
(rtp_source_get_ssrc), (rtp_source_set_as_csrc),
(rtp_source_is_as_csrc), (rtp_source_is_active),
(rtp_source_is_validated), (rtp_source_is_sender),
(rtp_source_received_bye), (rtp_source_get_bye_reason),
(rtp_source_set_sdes), (rtp_source_set_sdes_string),
(rtp_source_get_sdes), (rtp_source_get_sdes_string),
(rtp_source_get_new_sr), (rtp_source_get_new_rb):
* gst/rtpmanager/rtpsource.h:
Add GObject properties for various things.
Don't leak the bye reason.
2007-12-10 11:08:11 +00:00
..
app gst/app/Makefile.am: Fix CFLAGS and hopefully #430594. 2007-04-17 10:56:37 +00:00
audioresample gst/audioresample/gstaudioresample.c: Implement latency query. 2007-11-23 10:21:11 +00:00
bayer gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of <stdint.h> (which may not be available). 2007-07-30 09:52:36 +00:00
cdxaparse Fix leaks. 2007-06-22 10:46:33 +00:00
chart Fix leaks. 2007-06-22 10:46:33 +00:00
colorspace Fix leaks. 2007-06-22 10:46:33 +00:00
deinterlace Port simple deinterlacer from 0.8. Use at your own risk, don't blame me for anything it does or does not do to your p... 2006-10-11 20:33:48 +00:00
dvdspu gst/dvdspu/Makefile.am: Fix LIBS - we need to link against libgstreamer. 2007-10-17 14:33:03 +00:00
equalizer gst/equalizer/gstiirequalizer.c: Fix compilation. 2007-12-06 12:45:50 +00:00
festival Massive leak fixing, plus code cleanups. 2007-09-24 10:53:37 +00:00
filter gst/filter/: The transform() methods are not called in passthrough mode so there's no need for checking if the elemen... 2007-12-06 12:37:43 +00:00
flv gst/flv/gstflvparse.c: Fix list of supported and known codecs. 2007-12-09 19:37:53 +00:00
freeze Fix leaks. 2007-06-22 10:46:33 +00:00
games More G_OBJECT macro fixing. 2006-09-16 22:14:36 +00:00
h264parse Massive leak fixing, plus code cleanups. 2007-09-24 10:53:37 +00:00
interleave gst/interleave/interleave.c: Let's not call every request pad we create "sink%d", that'll create problems if there's ... 2007-10-27 16:04:48 +00:00
librfb gst/librfb/rfbdecoder.c: Should fix the 64-bit build 2007-12-03 13:08:26 +00:00
mixmatrix Fix leaks. 2007-06-22 10:46:33 +00:00
modplug configure.ac: Require core CVS. This is implicit in the -base CVS requirement already, so we might just well spell i... 2007-10-10 11:44:01 +00:00
mpeg1sys Fix leaks. 2007-06-22 10:46:33 +00:00
mpeg4videoparse gst/mpeg4videoparse/mpeg4videoparse.*: Improved version not damaging headers using a simple state machine. 2007-10-27 08:20:59 +00:00
mpegtsparse gst/mpegtsparse/mpegtsparse.c: Mark crc values table as constant. 2007-12-06 10:48:19 +00:00
mpegvideoparse gst/: Fix compiler warnings shown by Forte. 2007-10-08 17:46:45 +00:00
multifile Improve documentation, write some tests for multifilesrc/sink for upcoming ->good review. 2007-10-25 23:42:52 +00:00
mve Add stdlib include (free, atoi, exit). 2007-07-18 07:35:32 +00:00
nsf gst/: Fix compiler warnings shown by Forte. 2007-10-08 17:46:45 +00:00
nuvdemux Massive leak fixing, plus code cleanups. 2007-09-24 10:53:37 +00:00
overlay Fix leaks. 2007-06-22 10:46:33 +00:00
passthrough Fix leaks. 2007-06-22 10:46:33 +00:00
playondemand Fix leaks. 2007-06-22 10:46:33 +00:00
real gst/: Fix compiler warnings shown by Forte. 2007-10-08 17:46:45 +00:00
replaygain gst/replaygain/rganalysis.c: Avoid slowdown from denormals when processing near-silence input data. 2007-11-12 21:07:31 +00:00
rtjpeg Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 22:00:26 +00:00
rtpmanager gst/rtpmanager/: Update comment. 2007-12-10 11:08:11 +00:00
sdp gst/sdp/gstsdpdemux.h: Change signature of pt to fix compilation on some platforms. 2007-10-02 10:29:46 +00:00
smooth Fix leaks. 2007-06-22 10:46:33 +00:00
smoothwave Fix leaks. 2007-06-22 10:46:33 +00:00
spectrum gst/spectrum/gstspectrum.c: Use dispose and finalize. Dispose can be called multiple times. 2007-11-26 10:08:20 +00:00
speed gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of <stdint.h> (which may not be available). 2007-07-30 09:52:36 +00:00
speexresample configure.ac: Add QuickTime Wrapper plug-in. 2007-11-26 13:19:48 +00:00
stereo Port the stereo element to GStreamer 0.10. 2007-08-09 17:39:47 +00:00
switch gst/switch/gstswitch.c (gst_switch_set_property): Don't push buffers from app thread when unsetting `queue-buffers', ... 2007-12-05 11:25:58 +00:00
tta When driving the pipeline, also post an error when we get a not-linked flow return from downstream. 2007-06-08 16:49:41 +00:00
vbidec Fix leaks. 2007-06-22 10:46:33 +00:00
videodrop Fix leaks. 2007-06-22 10:46:33 +00:00
videoparse A little pluggy to make sense out of the random chunks we get from multifilesrc. 2006-11-11 00:22:24 +00:00
videosignal gst/videosignal/gstvideodetect.c: Fix property descriptions. 2007-07-03 17:09:24 +00:00
virtualdub More G_OBJECT macro fixing. 2006-09-16 22:14:36 +00:00
vmnc gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of <stdint.h> (which may not be available). 2007-07-30 09:52:36 +00:00
xingheader gst/xingheader/gstxingmux.c: The size of the Xing header is actually 417 as it's rounded to the next smaller integer.... 2007-10-05 08:51:44 +00:00
y4m Plug some leaks; try to make build bot happy again. 2007-04-24 15:49:18 +00:00
Makefile.am gst/Makefile.am: Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL). 2007-04-21 19:39:03 +00:00