summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* spc: Rename SPC plugin to GMESebastian Dröge2009-08-077-16/+1096
| | | | as preparation for enabling support for non-SPC gaming console sound files.
* spcdec: Forward all unknown src events upstream and don't restrict to SPCSebastian Dröge2009-08-061-2/+4
|
* rtpsource: avoid buffer leak on bad seqnumric2009-08-061-0/+1
| | | | Fixes #590797
* mpeg[pt]sdemux: Fix SEEKING querySebastian Dröge2009-08-052-2/+2
| | | | Send the BYTES based query downstream, not the orignal one.
* qtmux: Don't require endianness field for 8 bit raw audioJan Urbanski2009-08-041-4/+10
| | | | Fixes bug #590360.
* spc: Make the SPC plugin work with the latest libgme releaseSebastian Dröge2009-08-042-1/+8
| | | | | gme_enable_accuracy() was added in SVN trunk and is not yet in any release.
* spc: Use the portable libgme instead of x86-only OpenSPC libraryMichael Pyne2009-08-043-43/+55
| | | | | | | This will later allow us to play other gaming console files that are supported by libgme. Fixes bug #576800.
* flacparse: remove internal bitreader and bytereader now that these are in ↵Tim-Philipp Müller2009-07-316-1868/+4
| | | | libgstbase
* outputselector: check for pending srcpad in _get_property()Tommi Myöhänen2009-07-311-1/+2
| | | | | If there is a pending srcpad, return it instead of active srcpad in gst_output_selector_get_property() function.
* camerabin: Set camerasrc to READY state instead of PAUSED when acquiring ↵Tommi Myöhänen2009-07-311-9/+6
| | | | allowed caps
* directdraw: Fix indentionSebastian Dröge2009-07-311-20/+17
|
* directdraw: Implement GstNavigation interfaceРуслан Ижбулатов2009-07-312-4/+196
| | | | Fixes bug #590208.
* rtpasfpay: set padding field to 0 on rtp asf packetsThiago Santos2009-07-313-1/+40
| | | | | | The ASF RTP spec demands that packets have their padding removed and the padding size field set to 0 for packets when puting them inside the RTP packets
* asfmux: Set video stream seekable property to trueThiago Santos2009-07-301-1/+7
| | | | Video stream always have indexes, so they are all seekable
* asfmux: Removing useless TODOsThiago Santos2009-07-301-2/+1
| | | | | | After testing in windows and linux, this audio correction field made no difference so far. All example files I got only had zeroes in this field
* asfmux: Fixes video stream properties objectThiago Santos2009-07-301-4/+4
| | | | Fixes stream properties object creation for video content
* asfmux: accept pad requests a little longerThiago Santos2009-07-302-4/+2
| | | | | asfmux now start rejecting pad requests after it pushes the first buffer, before this, it was rejecting after going to paused
* asfmux: adds support to vc-1 streamsThiago Santos2009-07-301-12/+18
|
* rtpmux: Remove empty finalizeOlivier Crête2009-07-291-13/+0
|
* configure.ac: Fix macro nameSebastian Dröge2009-07-291-1/+1
|
* directsoundsrc: Add DirectSound source pluginJoni Valtanen2009-07-296-2/+784
| | | | Fixes bug #344129.
* asfmux: First basic check unit testsThiago Santos2009-07-282-0/+222
| | | | | Adds simple asfmux unit tests, that test pad creation and pushing a single buffer through them
* asfmux: Forcing pad names to be video_%02d and audio_%02d likeThiago Santos2009-07-281-5/+16
|
* rtpsource: allow for NULL caps on buffersWim Taymans2009-07-281-3/+2
| | | | | | | Add the NULL caps check where it matters and also cover another case of potential NULL caps. Fixes #590030
* rtpsource: Incoming buffers do not always have capsOlivier Crête2009-07-281-1/+2
|
* camerabin: photo iface setter functions return TRUE when used in NULL stateTommi Myöhänen2009-07-281-7/+7
| | | | We cache the values and apply then when possible.
* camerabin: do not put video pipeline into READY when start recording ↵Tommi Myöhänen2009-07-283-7/+51
| | | | camerabin: remember probe IDs and disconnect them when destroying pipelines
* amrwbenc: Fix compilationSebastian Dröge2009-07-271-1/+1
|
* amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb ↵Iago Toral2009-07-2718-1445/+95
| | | | | | to amrwbenc Partially fixes bug #584890.
* rtpsession: avoid doing lip-sync in BYEWim Taymans2009-07-271-0/+2
| | | | | When we get a BYE packet, don't do lip-sync with the SR inside because some senders have trouble constructing valid SR packets after BYE.
* directdrawsink: update vs8 buildJulien Isorce2009-07-275-211/+14
| | | | also remove directdrawsink from vs6 and vs7 build
* dshowsrcwrapper: remove use of IGstDshowInterfaceJulien Isorce2009-07-2713-381/+48
|
* rtpbin: don't do lip-sync after a BYEWim Taymans2009-07-271-5/+10
| | | | | | | After a BYE packet from a source, stop forwarding the SR packets for lip-sync to rtpbin. Some senders don't update their SR packets correctly after sending a BYE and then we break lip-sync. We prefer to let the jitterbuffers drain with the current lip-sync instead.
* rtpbin: only reconsider once for BYEWim Taymans2009-07-271-5/+11
| | | | | When iterating the sources of a BYE packet, don't signal a reconsideration for each of them but signal after we handled all sources.
* kate: break up macros into multiple linesTim-Philipp Müller2009-07-251-4/+15
|
* kate: use GST_ELEMENT_ERROR for error reportingVincent Penquerc'h2009-07-257-39/+55
| | | | See #525743.
* asfmux: Adds new plugin asfmuxThiago Santos2009-07-2411-0/+4732
| | | | | | | Adds the brand new asfmux plugin, containing 3 elements: asfmux, rtpasfpay and asfparse. This plugin was developed as a GSoC 2009 project, with David Schleef as the mentor and Thiago Santos as the student.
* win32: Fix the distcheck after dshowsrcwrapper rearrangementsJan Schmidt2009-07-241-2/+1
| | | | Remove old files from the win32 manifest, and add the new one.
* musepackdec: Implement SEEKING querySebastian Dröge2009-07-241-0/+13
|
* Revert "docs: fix docs build again"Tim-Philipp Müller2009-07-242-0/+9
| | | | | | It's not needed any longer after Stefan's updates in the common module. This reverts commit 09c550a172a2c8a76f0b48f2f8ce11070598f66c.
* Automatic update of common submoduleStefan Kost2009-07-241-0/+0
| | | | From fedaaee to 94f95e3
* docs: fix docs build againTim-Philipp Müller2009-07-232-9/+0
| | | | | There is no element called 'ladspa', so there won't be a -details file for it.
* mpegdemux: Remove some backward compatibility codeSebastian Dröge2009-07-232-116/+1
| | | | Also we always require liboil so use it unconditionally.
* mpegdemux: Implement query type function for the src padsSebastian Dröge2009-07-232-0/+32
|
* mimdec: Lock element before unlockingOlivier Crête2009-07-221-1/+2
|
* mimdec: Fix leaksOlivier Crête2009-07-221-6/+4
| | | | | Use gst_pad_new_from_static_template() to not leak the pad template Also properly chain up the finalize to the parent
* mimenc: Use gst_pad_new_from_static_templateOlivier Crête2009-07-221-6/+2
| | | | Prevents leak found by valgrind
* mimenc: Unref clockidOlivier Crête2009-07-221-0/+2
|
* mimdec: Don't overwrite valid timestampsOlivier Crête2009-07-221-1/+5
|
* Revert "mimdec: Ignore the timestamps inside the buffers"Olivier Crête2009-07-222-2/+97
| | | | This reverts commit 5e051fa98aeebdce2eca6b321ec1929e6f8fdf61.