summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* rtpmp4vpay: Remove dead assignment. The value is never read after.Edward Hervey2009-04-181-1/+0
|
* rtspsrc: Remove dead assignment.Edward Hervey2009-04-181-1/+1
| | | | t is being overwritten after, before it's used.
* rtpamrdepay: Remove unneeded variable, the value is only read once.Edward Hervey2009-04-181-4/+1
|
* rtpamrpay: Remove unneeded variable, the value is only read once.Edward Hervey2009-04-181-4/+1
|
* goom/filters: Remove dead assignment. Value overwritten just after.Edward Hervey2009-04-181-1/+1
|
* rtpvorbispay: Remove dead assignment. Value never read after.Edward Hervey2009-04-181-1/+1
|
* rtptheorapay: Remove dead assignment. Value never read after.Edward Hervey2009-04-181-1/+1
|
* rtptheoradepay: Remove unused variable, it's never being read.Edward Hervey2009-04-181-2/+0
|
* rtspsrc: Remove dead assignment. 'res' isn't read after.Edward Hervey2009-04-181-4/+4
|
* rtspsrc: Remove unused variable. 'res' is never read.Edward Hervey2009-04-181-6/+3
|
* rtspsrc: Remove dead variable. 'stream' is never read after.Edward Hervey2009-04-181-2/+1
|
* videbox: Remove dead assignments.Edward Hervey2009-04-181-4/+0
| | | | These variables are never read after this point.
* goom: ff and iff are only used in a '#ifdef DRAW_MOTIF' block.Edward Hervey2009-04-181-0/+2
|
* wavparse: Remove dead assignment.Edward Hervey2009-04-181-1/+0
| | | | res isn't read after this.
* wavparse: Remove dead assignments, move variable to where it's needed.Edward Hervey2009-04-181-16/+11
| | | | The header_read_error label will return GST_FLOW_ERROR
* rtpvrawdepay: Remove dead assignment.Edward Hervey2009-04-181-2/+2
| | | | The value of 'str' will never be used in these cases.
* matroskademux: Remove useless variable.Edward Hervey2009-04-181-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 Hervey2009-04-181-5/+3
| | | | res was never used outside of that block except for a dead assignment.
* audiofx: Remove unused variable.Edward Hervey2009-04-182-8/+4
| | | | rz is never used in these methods.
* osxringbuffer: Run gst-indent.Edward Hervey2009-04-181-1/+3
|
* ximage: Remove dead assignments.Edward Hervey2009-04-181-3/+0
| | | | Those variables are not read after that point.
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-1849-211/+31
|
* Remove blank {set|get}_property/change_state/finalize methods.Edward Hervey2009-04-1815-553/+0
|
* Remove unused variables in _class_initEdward Hervey2009-04-1851-147/+0
| | | | Detected by LLVM's CLang static analyzer
* check: Check whether threads are already initialised before g_thread_init()Jan Schmidt2009-04-181-1/+2
|
* rtspsrc: mark discont on the streams as was said the debug lineJosep Torra2009-04-181-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 requestsJosep Torra2009-04-181-4/+28
| | | | Permit properly handle the EOS condition when server report it in a request.
* rtptheoradepay: Fix build on macosx.Edward Hervey2009-04-181-3/+5
| | | | Use G_GSIZE_FORMAT instead of u.
* pulsesink: fix sample offset calculation againWim Taymans2009-04-161-2/+3
|
* sunaudio: fix broken indentation of variable declarationsTim-Philipp Müller2009-04-151-13/+0
|
* sunaudio: remove some unused variables and goto labelsJames Andrewartha2009-04-152-9/+0
| | | | Fixes #579070.
* rtph263pay: fix compilation on big-endianJames Andrewartha2009-04-152-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 Ballesio2009-04-155-2/+145
| | | | | | #132193 Implements 3gpp iso metadata tags which are different from mov udta atoms.
* debugutils: Use G_BEGIN_DECLS/G_END_DECLS.Peter Kjellerstedt2009-04-151-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 Kost2009-04-1525-4/+4
| | | | #562168
* debug: indent before renamingStefan Kost2009-04-158-71/+58
|
* g726depay: add property for aal2 forceWim Taymans2009-04-151-0/+50
|
* g726depay: implement RFC3551 packingWim Taymans2009-04-152-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 buildWim Taymans2009-04-151-2/+0
|
* h263pay: various fixesYouness Alaoui2009-04-141-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 payloaderJanin Kolenc2009-04-142-186/+1987
| | | | | Fix the H263 payloader to be more RFC 2190 compliant. See #509311
* avidemux: don't push EOS in streaming modeWim Taymans2009-04-141-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 audioSebastian Dröge2009-04-133-0/+134
| | | | | Note: This is not in the Matroska spec yet Fixes bug #578310.
* pulsesink: handle NULL timing infoWim Taymans2009-04-101-11/+15
| | | | Don't crash when the timing info is not yet available.
* pulse: make it work on 0.9.12Stefan Kost2009-04-102-12/+22
| | | | | | | | First we ignore request to fill the ringbuffer which are less then a segment. The small request where causing stutter. Then we disable flushing the stream when running against pa 0.9.12 as this triggers an assertiong in the sound server and terminates it. It does not happen with 0.9.10 and 0.9.14.
* pulsesink: handle server disconnect in get_timeWim Taymans2009-04-101-0/+11
| | | | | When the server is disconnected or when we are shut down, make our clock return an invalid time instead of erroring out.
* pulsesink: bps is signed int to avoid overflowWim Taymans2009-04-101-2/+1
| | | | | Keep bps as gint instead of guint because we will be doing signed math with it later on and we don't want weird results.
* avidemux: add convert query, fix duration queryLRN2009-04-101-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.
* pulsesink: check for a streamWim Taymans2009-04-091-19/+8
| | | | | Don't try to change the stream volume (and other things) when we don't have a stream yet. Just store the values for later.
* pulsesink: fix compilation for newer pulseaudioWim Taymans2009-04-091-2/+2
|