summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-07-31outputselector: check for pending srcpad in _get_property()Tommi Myöhänen1-1/+2
If there is a pending srcpad, return it instead of active srcpad in gst_output_selector_get_property() function.
2009-07-31camerabin: Set camerasrc to READY state instead of PAUSED when acquiring ↵Tommi Myöhänen1-9/+6
allowed caps
2009-07-31directdraw: Fix indentionSebastian Dröge1-20/+17
2009-07-31directdraw: Implement GstNavigation interfaceРуслан Ижбулатов2-4/+196
Fixes bug #590208.
2009-07-31rtpasfpay: set padding field to 0 on rtp asf packetsThiago Santos3-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
2009-07-30asfmux: Set video stream seekable property to trueThiago Santos1-1/+7
Video stream always have indexes, so they are all seekable
2009-07-30asfmux: Removing useless TODOsThiago Santos1-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
2009-07-30asfmux: Fixes video stream properties objectThiago Santos1-4/+4
Fixes stream properties object creation for video content
2009-07-30asfmux: accept pad requests a little longerThiago Santos2-4/+2
asfmux now start rejecting pad requests after it pushes the first buffer, before this, it was rejecting after going to paused
2009-07-30asfmux: adds support to vc-1 streamsThiago Santos1-12/+18
2009-07-29rtpmux: Remove empty finalizeOlivier Crête1-13/+0
2009-07-29configure.ac: Fix macro nameSebastian Dröge1-1/+1
2009-07-29directsoundsrc: Add DirectSound source pluginJoni Valtanen6-2/+784
Fixes bug #344129.
2009-07-28asfmux: First basic check unit testsThiago Santos2-0/+222
Adds simple asfmux unit tests, that test pad creation and pushing a single buffer through them
2009-07-28asfmux: Forcing pad names to be video_%02d and audio_%02d likeThiago Santos1-5/+16
2009-07-28rtpsource: allow for NULL caps on buffersWim Taymans1-3/+2
Add the NULL caps check where it matters and also cover another case of potential NULL caps. Fixes #590030
2009-07-28rtpsource: Incoming buffers do not always have capsOlivier Crête1-1/+2
2009-07-28camerabin: photo iface setter functions return TRUE when used in NULL stateTommi Myöhänen1-7/+7
We cache the values and apply then when possible.
2009-07-28camerabin: do not put video pipeline into READY when start recording ↵Tommi Myöhänen3-7/+51
camerabin: remember probe IDs and disconnect them when destroying pipelines
2009-07-27amrwbenc: Fix compilationSebastian Dröge1-1/+1
2009-07-27amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb ↵Iago Toral18-1445/+95
to amrwbenc Partially fixes bug #584890.
2009-07-27rtpsession: avoid doing lip-sync in BYEWim Taymans1-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.
2009-07-27directdrawsink: update vs8 buildJulien Isorce5-211/+14
also remove directdrawsink from vs6 and vs7 build
2009-07-27dshowsrcwrapper: remove use of IGstDshowInterfaceJulien Isorce13-381/+48
2009-07-27rtpbin: don't do lip-sync after a BYEWim Taymans1-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.
2009-07-27rtpbin: only reconsider once for BYEWim Taymans1-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.
2009-07-25kate: break up macros into multiple linesTim-Philipp Müller1-4/+15
2009-07-25kate: use GST_ELEMENT_ERROR for error reportingVincent Penquerc'h7-39/+55
See #525743.
2009-07-24asfmux: Adds new plugin asfmuxThiago Santos11-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.
2009-07-24win32: Fix the distcheck after dshowsrcwrapper rearrangementsJan Schmidt1-2/+1
Remove old files from the win32 manifest, and add the new one.
2009-07-24musepackdec: Implement SEEKING querySebastian Dröge1-0/+13
2009-07-24Revert "docs: fix docs build again"Tim-Philipp Müller2-0/+9
It's not needed any longer after Stefan's updates in the common module. This reverts commit 09c550a172a2c8a76f0b48f2f8ce11070598f66c.
2009-07-24Automatic update of common submoduleStefan Kost1-0/+0
From fedaaee to 94f95e3
2009-07-23docs: fix docs build againTim-Philipp Müller2-9/+0
There is no element called 'ladspa', so there won't be a -details file for it.
2009-07-23mpegdemux: Remove some backward compatibility codeSebastian Dröge2-116/+1
Also we always require liboil so use it unconditionally.
2009-07-23mpegdemux: Implement query type function for the src padsSebastian Dröge2-0/+32
2009-07-22mimdec: Lock element before unlockingOlivier Crête1-1/+2
2009-07-22mimdec: Fix leaksOlivier Crête1-6/+4
Use gst_pad_new_from_static_template() to not leak the pad template Also properly chain up the finalize to the parent
2009-07-22mimenc: Use gst_pad_new_from_static_templateOlivier Crête1-6/+2
Prevents leak found by valgrind
2009-07-22mimenc: Unref clockidOlivier Crête1-0/+2
2009-07-22mimdec: Don't overwrite valid timestampsOlivier Crête1-1/+5
2009-07-22Revert "mimdec: Ignore the timestamps inside the buffers"Olivier Crête2-2/+97
This reverts commit 5e051fa98aeebdce2eca6b321ec1929e6f8fdf61.
2009-07-22rtpsession: Free conflicting addresses on finalizeOlivier Crête1-0/+3
2009-07-22rtpmux: Free the pad private data on pad releaseOlivier Crête1-18/+50
Free the pad private data on pad release instead of using a weak ref, which is not thread safe. Also, lock the content of the pad private using the element's object lock.
2009-07-22mimenc: Ignore errors pushing out new segmentsOlivier Crête1-12/+4
The following buffer push will return more valuable information.
2009-07-22docs: add docs for ladspa and update plugin docsStefan Kost93-663/+12420
Add also inspect files for lv2 and frei0r (no docs yet).
2009-07-22camerabin: more perf-test cleanupsStefan Kost1-23/+40
Remove some obsolete exmaples. Add video-width/height. Use proper api for setting still image resolution. Fix stopping random tests on bin-state-changes. Remove the memdup in snapshot again, as its not needed (pixbuf goes out of scope with the buffer).
2009-07-22dshowsrcwrapper: update Makefile.am for source file renames as wellTim-Philipp Müller1-2/+2
2009-07-22docs: add pcapparse to docsTim-Philipp Müller4-0/+25
2009-07-22dshowaudiosrc: do not remove a range of length 0Julien Isorce1-1/+3