Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rtspsrc: fix some more pad leaks | Patrick Radizi | 2009-04-22 | 1 | -2/+8 |
| | | | | | Fix some pad leaks. See #577318. | ||||
* | qtdemux: override caps based on data from ESDS atoms in mpeg4. | Michael Smith | 2009-04-21 | 1 | -28/+104 |
| | | | | | | | If the codec is actually something else (e.g. mjpeg) change the caps to match when parsing the ESDS atom. Also, for AAC, override rate and channels with correct values read from ESDS, since the rate/channels values elsewhere are often wrong. | ||||
* | udp: Fix a simple typo in the previous commit | Jan Schmidt | 2009-04-20 | 1 | -1/+1 |
| | | | | Use #ifdef instead of #if, to fix the build | ||||
* | only use struct ip_mreqn if it is detected | Andy Wingo | 2009-04-20 | 1 | -6/+6 |
| | | | | | | * configure.ac: Make an explicit check for struct ip_mreqn. * gst/udp/gstudpnetutils.c: Use HAVE_IP_MREQN instead of the ad-hoc checks. | ||||
* | Fix push mode buffering sanity check to actually fit the description. | Mark Nauwelaerts | 2009-04-20 | 1 | -1/+1 |
| | |||||
* | rtph263pay: And let's not forget to remove the unused variable. | Edward Hervey | 2009-04-18 | 1 | -1/+0 |
| | |||||
* | rtph263pay: Remove dead assignments, the variables are never read after. | Edward Hervey | 2009-04-18 | 1 | -7/+1 |
| | |||||
* | rtpmp4vpay: Remove dead assignment. The value is never read after. | Edward Hervey | 2009-04-18 | 1 | -1/+0 |
| | |||||
* | rtspsrc: Remove dead assignment. | Edward Hervey | 2009-04-18 | 1 | -1/+1 |
| | | | | t is being overwritten after, before it's used. | ||||
* | rtpamrdepay: Remove unneeded variable, the value is only read once. | Edward Hervey | 2009-04-18 | 1 | -4/+1 |
| | |||||
* | rtpamrpay: Remove unneeded variable, the value is only read once. | Edward Hervey | 2009-04-18 | 1 | -4/+1 |
| | |||||
* | goom/filters: Remove dead assignment. Value overwritten just after. | Edward Hervey | 2009-04-18 | 1 | -1/+1 |
| | |||||
* | rtpvorbispay: Remove dead assignment. Value never read after. | Edward Hervey | 2009-04-18 | 1 | -1/+1 |
| | |||||
* | rtptheorapay: Remove dead assignment. Value never read after. | Edward Hervey | 2009-04-18 | 1 | -1/+1 |
| | |||||
* | rtptheoradepay: Remove unused variable, it's never being read. | Edward Hervey | 2009-04-18 | 1 | -2/+0 |
| | |||||
* | rtspsrc: Remove dead assignment. 'res' isn't read after. | Edward Hervey | 2009-04-18 | 1 | -4/+4 |
| | |||||
* | rtspsrc: Remove unused variable. 'res' is never read. | Edward Hervey | 2009-04-18 | 1 | -6/+3 |
| | |||||
* | rtspsrc: Remove dead variable. 'stream' is never read after. | Edward Hervey | 2009-04-18 | 1 | -2/+1 |
| | |||||
* | videbox: Remove dead assignments. | Edward Hervey | 2009-04-18 | 1 | -4/+0 |
| | | | | These variables are never read after this point. | ||||
* | goom: ff and iff are only used in a '#ifdef DRAW_MOTIF' block. | Edward Hervey | 2009-04-18 | 1 | -0/+2 |
| | |||||
* | wavparse: Remove dead assignment. | Edward Hervey | 2009-04-18 | 1 | -1/+0 |
| | | | | res isn't read after this. | ||||
* | wavparse: Remove dead assignments, move variable to where it's needed. | Edward Hervey | 2009-04-18 | 1 | -16/+11 |
| | | | | The header_read_error label will return GST_FLOW_ERROR | ||||
* | rtpvrawdepay: Remove dead assignment. | Edward Hervey | 2009-04-18 | 1 | -2/+2 |
| | | | | The value of 'str' will never be used in these cases. | ||||
* | matroskademux: Remove useless variable. | Edward Hervey | 2009-04-18 | 1 | -7/+4 |
| | | | | | iret was never read outside of that loop, and is always being exited if iret was != GST_FLOW_OK anyway. | ||||
* | avidemux: Move 'res' to where it's actually being used. | Edward Hervey | 2009-04-18 | 1 | -5/+3 |
| | | | | res was never used outside of that block except for a dead assignment. | ||||
* | audiofx: Remove unused variable. | Edward Hervey | 2009-04-18 | 2 | -8/+4 |
| | | | | rz is never used in these methods. | ||||
* | Remove trivial unused variables detected by CLang static analyzer. | Edward Hervey | 2009-04-18 | 40 | -172/+24 |
| | |||||
* | Remove blank {set|get}_property/change_state/finalize methods. | Edward Hervey | 2009-04-18 | 14 | -505/+0 |
| | |||||
* | Remove unused variables in _class_init | Edward Hervey | 2009-04-18 | 44 | -127/+0 |
| | | | | Detected by LLVM's CLang static analyzer | ||||
* | rtspsrc: mark discont on the streams as was said the debug line | Josep Torra | 2009-04-18 | 1 | -0/+5 |
| | | | | | After a seek mark all streams with discont as it was said in the debug line. Fixes that buffers after a seek are generated without a valid timestamp. | ||||
* | rtspsrc: map GST_RTSP_EEOF to EOS on server requests | Josep Torra | 2009-04-18 | 1 | -4/+28 |
| | | | | Permit properly handle the EOS condition when server report it in a request. | ||||
* | rtptheoradepay: Fix build on macosx. | Edward Hervey | 2009-04-18 | 1 | -3/+5 |
| | | | | Use G_GSIZE_FORMAT instead of u. | ||||
* | rtph263pay: fix compilation on big-endian | James Andrewartha | 2009-04-15 | 2 | -3/+3 |
| | | | | | | | Some semicolons were missing from the big-endian structs in gstrtph263pay.h. A GST_DEBUG call was missing a format specifier. Fixes #579069 | ||||
* | qtdemux: implement 3GPP (TS 26.244 V8.0.0) Asset metadata handling, Fixes ↵ | Marco Ballesio | 2009-04-15 | 5 | -2/+145 |
| | | | | | | #132193 Implements 3gpp iso metadata tags which are different from mov udta atoms. | ||||
* | debugutils: Use G_BEGIN_DECLS/G_END_DECLS. | Peter Kjellerstedt | 2009-04-15 | 1 | -25/+17 |
| | | | | | Use G_BEGIN_DECLS/G_END_DECLS to avoid gst-indent messing up the indentation due to extern "C" { }. | ||||
* | debug: rename debug to debugutils to avoid clash with --disable-debug. Fixes ↵ | Stefan Kost | 2009-04-15 | 23 | -0/+0 |
| | | | | #562168 | ||||
* | debug: indent before renaming | Stefan Kost | 2009-04-15 | 8 | -71/+58 |
| | |||||
* | g726depay: add property for aal2 force | Wim Taymans | 2009-04-15 | 1 | -0/+50 |
| | |||||
* | g726depay: implement RFC3551 packing | Wim Taymans | 2009-04-15 | 2 | -20/+154 |
| | | | | | | | We implemented the AAL2 packing, add the encoding-name for those to the caps and a property to force AAL2 decoding (always TRUE for now). Implement RFC3551 unpacking for regular G726. See #567140. | ||||
* | rtph263pay: fix build | Wim Taymans | 2009-04-15 | 1 | -2/+0 |
| | |||||
* | h263pay: various fixes | Youness Alaoui | 2009-04-14 | 1 | -20/+27 |
| | | | | | | | Re-enable mode A support and a property to control it. Fix memory leak of GstRtpH263PayBoundry objects. Fix marker. Fixes #509311 | ||||
* | h263pay: Fix the payloader | Janin Kolenc | 2009-04-14 | 2 | -186/+1987 |
| | | | | | Fix the H263 payloader to be more RFC 2190 compliant. See #509311 | ||||
* | avidemux: don't push EOS in streaming mode | Wim Taymans | 2009-04-14 | 1 | -4/+2 |
| | | | | | | In streaming mode, avidemux is not supposed to send an EOS event downstream but it is supposed to return UNEXPECTED from the chain function instead so that upstream can do the right EOS handling. | ||||
* | Add initial support for muxing/demuxing Speex audio | Sebastian Dröge | 2009-04-13 | 3 | -0/+134 |
| | | | | | Note: This is not in the Matroska spec yet Fixes bug #578310. | ||||
* | avidemux: add convert query, fix duration query | LRN | 2009-04-10 | 1 | -1/+31 |
| | | | | | | | | | Fix the duration query so that it also works with formats other than TIME, such as DEFAULT to get the number of frames. Add a convert function. Fixes #578052. | ||||
* | wavparse: don't leak pad-template | Stefan Kost | 2009-04-07 | 1 | -0/+1 |
| | | | | gst_element_class_add_pad_template() does not take ownership. | ||||
* | Fix grammar. | Zaheer Merali | 2009-04-03 | 1 | -1/+1 |
| | |||||
* | rtspsrc: allow http:// on the proxy setting | Wim Taymans | 2009-04-02 | 1 | -2/+6 |
| | | | | | | Allow and ignore http:// at the start of the proxy setting, like souphttpsrc. Fixes #573173 | ||||
* | rtspsrc: don't leak the udpsrc pad | Wim Taymans | 2009-04-02 | 1 | -8/+1 |
| | | | | | Fix memory leak in rtspsrc because we didn't unref the udpsrc pad. See #577318 | ||||
* | rtptheorapay: fix length encoding in packed headers. | Michael Smith | 2009-04-01 | 1 | -1/+4 |
| | | | | As for vorbis payloader; this by inspection had the same bug. |