summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-07-16Add more debug output to metadatamuxZeeshan Ali (Khattak)1-0/+9
2009-07-16pesfilter: Permit unbounded packets for 0xfd (extended stream id).Josep Torra1-2/+47
Added parsing of PES extension related data. Fixes some VC1 related issues.
2009-07-16oss4: Attempt to fix a compiler warningJan Schmidt1-4/+3
Don't store a const gchar * in a non-const gchar * local var. Also, make the translation string function static since it's only used in the one file.
2009-07-15metadata: Fix some compiler warningsJan Schmidt1-6/+12
Cast some debug string parameters so that they don't cause mismatched type warnings.
2009-07-15vdpau: Fix a compiler warning about uninitialised variable use.Jan Schmidt1-3/+2
2009-07-15oss4: Enhancements to the mixer and audio outputGarrett D'Amore4-239/+270
Code cleanups, general improvements, support for the new mixer flags in latest gst-plugins-base. Fixes: #584252 Patch By: Brian Cameron <brian.cameron@sun.com> Patch By: Garrett D'Amore <garrett.damore@sun.com>
2009-07-15mpegtsparse: add component tag to structure for component messageZaheer Merali1-2/+4
2009-07-15camerabin: use nonbuffered io to save memcopiesStefan Kost2-7/+5
We write large blocks anyway, so no extra buffering please. Also use one g_object_set to set multiple properties on same object.
2009-07-15camerabin: track todo itemsStefan Kost1-0/+31
2009-07-15camerabin: leave image/video bin in ready when changing modeStefan Kost1-1/+1
2009-07-14amrparse: Sync baseparse changesSebastian Dröge2-29/+63
2009-07-14aacparse: Add function for the baseparse subclass to push buffers downstreamSebastian Dröge2-27/+60
Also handle the case gracefully where the subclass decides to drop the first buffers and has no caps set yet. It's still required to have valid caps set when the first buffer should be passed downstream.
2009-07-14baseparse: Fix seek event leakingSebastian Dröge1-2/+3
2009-07-14metadata: fix copy'n'paste in tag descriptionStefan Kost1-1/+1
2009-07-13schro: Add enum types for schroedinger settingsDavid Schleef1-2/+36
2009-07-13resindvd: Don't send empty language code stringsJan Schmidt1-3/+5
Ignore empty language codes on some poorly coded DVDs, rather than setting empty strings into our outgoing taglist.
2009-07-13Automatic update of common submoduleOlivier Crête1-0/+0
From 5845b63 to fedaaee
2009-07-10mimenc: Only enable paused mode if the property is trueOlivier Crête1-3/+7
2009-07-10ivorbis: extract vorbis commentsTim-Philipp Müller2-10/+13
Fixes #575818.
2009-07-08shapewipe: Add BGRA support for video in/outputSebastian Dröge1-18/+27
2009-07-08mpegtsdemux: Fix double freeSebastian Pölsterl1-3/+0
The hash table already makes sure that the stream is correctly free'd when elements are removed. Fixes bug #587819.
2009-07-08mpegtsparse: parse component tagMiguel Àngel Farré1-1/+7
2009-07-08mpegtsparse: parse carousel identifier descriptorMiguel Àngel Farré2-0/+12
2009-07-08mpegtsparse: add parsing of data broadcast descriptorsZaheer Abbas Merali2-0/+37
2009-07-07basevideo: Link with libgstvideo for some used functionsSebastian Dröge1-1/+1
2009-07-07mimenc: Send pause frames when pausedOlivier Crête2-2/+123
2009-07-07mimdec: Ignore pause framesOlivier Crête1-1/+7
2009-07-07mimenc: Put keyframe/paused flags in tcp headerOlivier Crête1-7/+9
2009-07-07mimenc: Put timestamp on the header bufferOlivier Crête1-4/+6
2009-07-07mimenc: Retimestamp to the running timeOlivier Crête2-11/+41
2009-07-07mimenc: Save the segmentOlivier Crête2-0/+80
2009-07-07mimenc: Add property for the paused modeOlivier Crête2-0/+61
2009-07-03basevideo, schroedinger: guard unstable API with GST_USE_UNSTABLE_APITim-Philipp Müller7-1/+27
Add some guards and fat warnings to the header files with still unstable API, so people who just look at the installed headers know that it actually is unstable API.
2009-07-02mpegtsparse: fix sdt parsing.Zaheer Abbas Merali1-9/+28
fix parsing of everything for each service from eit schedule flag on and also add a running-status parameter to the bus message structure.
2009-07-02shapewipe: Add support for ARGB video input/outputSebastian Dröge2-121/+159
2009-07-01basevideo: move from -baseDavid Schleef21-2/+6296
Also move schroedinger plugin. This creates a new library, gstbasevideo-0.10, which will probably be merged back into gstvideo-0.10 when this is moved back to -base.
2009-07-01rtpbin: use new method for netaddress to stringWim Taymans1-42/+5
2009-06-29dist: Add lv2 plugin to the distJan Schmidt1-0/+1
2009-06-29dist: Add the camerabin examples subdirectory to the distJan Schmidt1-1/+1
2009-06-29rtpbin: do better cleanup of the src ghostpadsWim Taymans2-14/+114
Connect to the pad-removed signal of the ptdemux elements so that we remove the ghostpads for them. Fixes cleanup when going to NULL as well as when releasing the sinkpads. Fixes #561752
2009-06-29docs: remove old elementWim Taymans1-1/+0
2009-06-29rtpsession: add a commentWim Taymans1-1/+1
2009-06-29rtpbin: add SDES propertyWim Taymans3-271/+39
Remove all individual SDES properties and use one sdes property that takes a GstStructure instead. This will allow us to add more custom stuff to the SDES messages later.
2009-06-29rtpbin: add SDES property that takes GstStructureWim Taymans4-105/+104
Remove all individual SDES properties and use one sdes property that takes a GstStructure instead. This will allow us to add more custom stuff to the SDES messages later.
2009-06-29rtpbin: removed old gstrtpclientWim Taymans6-563/+0
2009-06-29sdl: only include sys/time.h when we have itAndoni Morales1-0/+2
Fixes #586956
2009-06-29frei0r: Correctly clean up elements to be reusable and not leak memorySebastian Dröge3-0/+15
2009-06-29frei0r: In the filter plugins create the frei0r instances in create() before ↵Sebastian Dröge2-13/+12
playback starts
2009-06-29frei0r: In the mixer plugins create the frei0r instances in create() before ↵Sebastian Dröge1-12/+9
playback starts
2009-06-29frei0r: In the src plugins create the frei0r instances in create() before ↵Sebastian Dröge1-11/+10
playback starts