Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-16 | oss4: Attempt to fix a compiler warning | Jan Schmidt | 1 | -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-15 | metadata: Fix some compiler warnings | Jan Schmidt | 1 | -6/+12 | |
Cast some debug string parameters so that they don't cause mismatched type warnings. | |||||
2009-07-15 | vdpau: Fix a compiler warning about uninitialised variable use. | Jan Schmidt | 1 | -3/+2 | |
2009-07-15 | oss4: Enhancements to the mixer and audio output | Garrett D'Amore | 4 | -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-15 | mpegtsparse: add component tag to structure for component message | Zaheer Merali | 1 | -2/+4 | |
2009-07-15 | camerabin: use nonbuffered io to save memcopies | Stefan Kost | 2 | -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-15 | camerabin: track todo items | Stefan Kost | 1 | -0/+31 | |
2009-07-15 | camerabin: leave image/video bin in ready when changing mode | Stefan Kost | 1 | -1/+1 | |
2009-07-14 | amrparse: Sync baseparse changes | Sebastian Dröge | 2 | -29/+63 | |
2009-07-14 | aacparse: Add function for the baseparse subclass to push buffers downstream | Sebastian Dröge | 2 | -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-14 | baseparse: Fix seek event leaking | Sebastian Dröge | 1 | -2/+3 | |
2009-07-14 | metadata: fix copy'n'paste in tag description | Stefan Kost | 1 | -1/+1 | |
2009-07-13 | schro: Add enum types for schroedinger settings | David Schleef | 1 | -2/+36 | |
2009-07-13 | resindvd: Don't send empty language code strings | Jan Schmidt | 1 | -3/+5 | |
Ignore empty language codes on some poorly coded DVDs, rather than setting empty strings into our outgoing taglist. | |||||
2009-07-13 | Automatic update of common submodule | Olivier Crête | 1 | -0/+0 | |
From 5845b63 to fedaaee | |||||
2009-07-10 | mimenc: Only enable paused mode if the property is true | Olivier Crête | 1 | -3/+7 | |
2009-07-10 | ivorbis: extract vorbis comments | Tim-Philipp Müller | 2 | -10/+13 | |
Fixes #575818. | |||||
2009-07-08 | shapewipe: Add BGRA support for video in/output | Sebastian Dröge | 1 | -18/+27 | |
2009-07-08 | mpegtsdemux: Fix double free | Sebastian Pölsterl | 1 | -3/+0 | |
The hash table already makes sure that the stream is correctly free'd when elements are removed. Fixes bug #587819. | |||||
2009-07-08 | mpegtsparse: parse component tag | Miguel Àngel Farré | 1 | -1/+7 | |
2009-07-08 | mpegtsparse: parse carousel identifier descriptor | Miguel Àngel Farré | 2 | -0/+12 | |
2009-07-08 | mpegtsparse: add parsing of data broadcast descriptors | Zaheer Abbas Merali | 2 | -0/+37 | |
2009-07-07 | basevideo: Link with libgstvideo for some used functions | Sebastian Dröge | 1 | -1/+1 | |
2009-07-07 | mimenc: Send pause frames when paused | Olivier Crête | 2 | -2/+123 | |
2009-07-07 | mimdec: Ignore pause frames | Olivier Crête | 1 | -1/+7 | |
2009-07-07 | mimenc: Put keyframe/paused flags in tcp header | Olivier Crête | 1 | -7/+9 | |
2009-07-07 | mimenc: Put timestamp on the header buffer | Olivier Crête | 1 | -4/+6 | |
2009-07-07 | mimenc: Retimestamp to the running time | Olivier Crête | 2 | -11/+41 | |
2009-07-07 | mimenc: Save the segment | Olivier Crête | 2 | -0/+80 | |
2009-07-07 | mimenc: Add property for the paused mode | Olivier Crête | 2 | -0/+61 | |
2009-07-03 | basevideo, schroedinger: guard unstable API with GST_USE_UNSTABLE_API | Tim-Philipp Müller | 7 | -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-02 | mpegtsparse: fix sdt parsing. | Zaheer Abbas Merali | 1 | -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-02 | shapewipe: Add support for ARGB video input/output | Sebastian Dröge | 2 | -121/+159 | |
2009-07-01 | basevideo: move from -base | David Schleef | 21 | -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-01 | rtpbin: use new method for netaddress to string | Wim Taymans | 1 | -42/+5 | |
2009-06-29 | dist: Add lv2 plugin to the dist | Jan Schmidt | 1 | -0/+1 | |
2009-06-29 | dist: Add the camerabin examples subdirectory to the dist | Jan Schmidt | 1 | -1/+1 | |
2009-06-29 | rtpbin: do better cleanup of the src ghostpads | Wim Taymans | 2 | -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-29 | docs: remove old element | Wim Taymans | 1 | -1/+0 | |
2009-06-29 | rtpsession: add a comment | Wim Taymans | 1 | -1/+1 | |
2009-06-29 | rtpbin: add SDES property | Wim Taymans | 3 | -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-29 | rtpbin: add SDES property that takes GstStructure | Wim Taymans | 4 | -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-29 | rtpbin: removed old gstrtpclient | Wim Taymans | 6 | -563/+0 | |
2009-06-29 | sdl: only include sys/time.h when we have it | Andoni Morales | 1 | -0/+2 | |
Fixes #586956 | |||||
2009-06-29 | frei0r: Correctly clean up elements to be reusable and not leak memory | Sebastian Dröge | 3 | -0/+15 | |
2009-06-29 | frei0r: In the filter plugins create the frei0r instances in create() before ↵ | Sebastian Dröge | 2 | -13/+12 | |
playback starts | |||||
2009-06-29 | frei0r: In the mixer plugins create the frei0r instances in create() before ↵ | Sebastian Dröge | 1 | -12/+9 | |
playback starts | |||||
2009-06-29 | frei0r: In the src plugins create the frei0r instances in create() before ↵ | Sebastian Dröge | 1 | -11/+10 | |
playback starts | |||||
2009-06-29 | frei0r: Use fixed caps on the filter pads | Sebastian Dröge | 1 | -0/+2 | |
This is required because we have to create a new frei0r instance for any caps changes and the instances can have history. Just creating a new instance during playback can result in bad output right after the caps change. | |||||
2009-06-27 | frei0r: Set the default property values correctly | Sebastian Dröge | 1 | -9/+38 | |