summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Collapse)AuthorAgeFilesLines
* Move siren rtp pay/depay from gst-plugins-farsightOlivier Crête2009-03-046-1/+422
|
* rtspsrc: fix memory leak in closeWim Taymans2009-03-041-9/+22
| | | | | Close the connection even when we fail to send the teardown message. Use the connection url (which is a copy of the src url).
* rtspsrc: fix do-rtcp property descriptionWim Taymans2009-03-041-1/+1
| | | | ---
* rtpmp4vpay: Add support for more formatsWim Taymans2009-03-021-9/+20
| | | | | | Hack around short header mpeg4 video files and put the short header as the config string. Fixes #572551.
* rtspsrc: add support for http tunnelingWim Taymans2009-03-021-1/+5
| | | | | Add support for http tunneling and a new rtsph:// uri for it. See #573173.
* alawdec, mulawdec: demote some debug messages from ERROR to WARNING or DEBUGTim-Philipp Müller2009-02-282-6/+5
| | | | | | | Non-ok flow returns may happen for a variety of perfectly legitimate and expected reasons (temporarily not linked, seeking, pipeline shutdown), so we really shouldn't spew ERROR debug messages to stderr in those cases. Fixes #570781. (Seems like someone already took care of some of these.)
* rgvolume: Improve log message for peak values >1.0 by clamping explicitly.René Stadler2009-02-281-1/+15
|
* Merge branch 'master' of ↵Sebastian Dröge2009-02-279-46/+350
|\ | | | | | | ssh://git.freedesktop.org/git/gstreamer/gst-plugins-good
| * rgvolume: ignore out-of-range peak valuesMichael Smith2009-02-271-1/+1
| | | | | | | | | | | | If the peak value is > 1 (and thus nonsensical) ignore it. Prevents rgvolume reducing volume to effectively silent on files with bogus peak values.
| * wavparse: Fix SEEK event handling in push mode, and SEEKABLY query handlingMark Nauwelaerts2009-02-271-28/+258
| | | | | | | | | | | | | | | | Standard pull mode loop based SEEK handling fails in push mode, so convert the SEEK event appropriately and dispatch to upstream. Also cater for NEWSEGMENT event handling, and properly inform downstream and application of SEEKABLE capabilities, depending on scheduling mode and upstream.
| * matroskademux: Remove gst_util_dump_mem() calls.Edward Hervey2009-02-271-4/+0
| |
| * avidemux: fix SEEK event handling in push modeJulien Moutte2009-02-261-3/+10
| | | | | | | | | | When in push mode we should not try to handle the SEEK event as there's no code to handle it properly. Propagate upstream.
| * rtspsrc: add the .h file change tooPatrick Radizi2009-02-261-0/+1
| | | | | | | | Add the .h file change for the new property.
| * rtspsrc: add property to disable RTCPPatrick Radizi2009-02-261-4/+25
| | | | | | | | | | Some old servers don't like us doing RTCP and thus we need a property to disable it. See #573173.
| * udp: fix gst_udp_set_loop_ttl() againJan Smout2009-02-261-4/+8
| | | | | | | | | | Fix the gst_udp_set_loop_ttl() function that was commented out in a previous commit. See #573115.
| * rtpvrawdepay: fail on interlaced videoWim Taymans2009-02-261-0/+10
| | | | | | | | Fail on interlaced video until we support it.
| * rtpvrawpay: fail on interlaced videoWim Taymans2009-02-261-2/+37
| | | | | | | | Detect and fail when trying to payload interlaced video.
* | udp: Don't set errno to EAFNOSUPPORT unconditionallyLRN2009-02-271-0/+4
|/ | | | Fixes bug #573342.
* udpsrc: fix compilationWim Taymans2009-02-251-0/+4
| | | | Fix compilation on systems MSG_ERRQUEUE and IP_RECVERR.
* udpsrc: Make sure the sockaddr length used for recvfrom() is big enough.Peter Kjellerstedt2009-02-251-1/+1
| | | | | | | Previously the sockaddr length used for recvfrom() was calculated as sizeof (struct sockaddr). However, this is too little to hold an IPv6 address, so the full size of the gst_sockaddr union should be used instead.
* udpsrc: Unify the use of union gst_sockaddr.Peter Kjellerstedt2009-02-251-8/+7
|
* avidemux: avoid crashing on subtitlesWim Taymans2009-02-251-2/+9
| | | | | Avoid a crash in avi with subtitles by only dereferencing the video description when we actually are dealing with video in the _invert function.
* udp: Fix strict-aliasing warnings from gcc 4.4.0Jan Schmidt2009-02-241-11/+14
| | | | | Fix strict aliasing warnings by defining a union on the different sockaddr structs that we need.
* rtp: Fix compiler warning in h264 payloaderTim-Philipp Müller2009-02-241-4/+6
| | | | | | | | Fix an undefined behaviour warning from gcc 4.4.0 Patch By: Tim-Philipp Müller <tim.muller@collabora.co.uk> Fixes: #570995 Signed-Off-By: Jan Schmidt <jan.schmidt@sun.com>
* qtdemux: Also use "(c)inf" to fill the comment tagEdward Hervey2009-02-242-2/+4
|
* rtspsrc: perform UDP SETUP according to MS RTSP specMark Nauwelaerts2009-02-231-6/+30
| | | | | | | | | | | MS RTSP spec states that the UDP port pair used in subsequent SETUP requests for various streams must be identical (since there will actually be only 1 stream of muxed asf packets). Following traditional specs and using different port pairs in the SETUPs for separate streams will result in all but the first one failing and only one stream being streamed. So, in appropriate circumstances, retry UDP SETUP using previously used port pair. Fixes #552650.
* Read ICMP error messages instead of loopingAurelien Grimaud2009-02-231-2/+44
| | | | | | | | | | When we are dealing with connected sockets shared between a udpsrc and a udpsink we might receive ICMP connection refused error messages in udpsrc that will cause it to go into a bursty loop because the poll returns right away without a message to read. Instead of looping, read the error message from the error queue in udpsrc. Fixes #567857.
* Always add PPS to the sprop-parameters-setWai-Ming Ho2009-02-231-68/+50
| | | | | | Rework the parsing code that under certain circumstances dropped the PPS from the sprop-parameters-set. Fixes #572854.
* Don't do crazy things with 0/1 frameratesArnout Vandecappelle2009-02-231-1/+2
| | | | | | We use 0/1 framerates to mark variable framerates and matroskamux should not try to calculate a frame duration for it. Fixes #571294.
* Call new receive_request methodWim Taymans2009-02-231-11/+16
| | | | | Call the receive_request extension methods so that extensions can handle the server request if they want.
* Add method for hadling server requestsWim Taymans2009-02-232-0/+18
| | | | Add method to handle server requests on the list of RTSP extensions.
* Don't use GST_ERROR for non-error cases.Wim Taymans2009-02-232-2/+4
| | | | | Turn a GST_ERROR line into a GST_DEBUG line so that we don't spam the log with errors. Fixes #570781.
* matroskademux: Unref the buffer and not the memory address of the bufferSebastian Dröge2009-02-221-1/+1
|
* alaw/mulaw: Implement _getcaps function for alaw/mulaw decodersOlivier Crete2009-02-222-0/+108
| | | | Fixes bug #572358.
* alaw/mulaw: Don't require both, rate and channel, to be set in _getcapsOlivier Crete2009-02-222-24/+20
| | | | Fixes bug #572358.
* avidemux: Fix alignment issues by using GST_READ_*Sebastian Dröge2009-02-221-5/+5
| | | | | | | | Reading integers from random memory addresses will result in SIGBUS on some architectures if the memory address is not correctly aligned. This can happen at two places in avidemux so we should use GST_READ_UINT32_LE and friends here. Fixes bug #572256.
* Update Since: tags in autodetect srcs and audioechoJan Schmidt2009-02-193-3/+3
|
* aspectratiocrop: Don't forget to call parent finalize implementation.Edward Hervey2009-02-101-0/+2
| | | | This fixes a memory leak (leaking the contained elements of the bin).
* qtdemux: Add handling for stps atomsDavid Schleef2009-02-065-0/+44
| | | | | | stps atoms contain "partial sync" information, which means that it's a sync point where pts != dts. This is needed to properly handle MPEG2, H.264, Dirac, etc., in quicktime.
* rtspsrc: Keep track of connected stateWim Taymans2009-02-042-11/+15
| | | | | Keep track of the state of the connection and don't try to send TEARDOWN when the server has closed the connection.
* Read Matroska Title element for the TITLE tagRobin Stocker2009-02-041-1/+15
| | | | | | | Not all Matroska files have a Tags element which contains information about the title among other things. Most video Matroska files only contain the Title element so we should parse this too. Fixes bug #570435.
* equalizer: Don't reset frequency bands from user settings. Fixes #570343.Stefan Kost2009-02-031-18/+20
| | | | | | Move reallocating the history buffer out of _compute_frequencies() and call the right function as needed. Add some logging and tweak the formatting of existing logging. Simplify setting need_new_coefficients when changing properties.
* Use guint64 instead of guint for storing guint64Sebastian Dröge2009-02-031-3/+2
|
* Don't use Glib 2.16 function g_strcmp0.Jan Schmidt2009-01-301-3/+3
|
* Don't do void pointer arithmeticJan Schmidt2009-01-301-5/+5
|
* Fix Forte compiler warnings.Jan Schmidt2009-01-302-7/+7
| | | | Don't do void pointer arithmetic. Don't have an unreachable statement.
* Remove useless processing for non-raw formatsEdward Hervey2009-01-301-10/+8
|
* Add support for the 'Requirement' and 'Encoder' tagsEdward Hervey2009-01-303-1/+6
|
* Modify private-tag name formatter so that it doesn't go mad at fourcc ↵Edward Hervey2009-01-301-2/+3
| | | | starting with '(c)'.
* Only unref the peer when there is one.Thijs Vermeir2009-01-291-1/+1
|