Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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-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 | rtpbin: use new method for netaddress to string | Wim Taymans | 1 | -42/+5 | |
2009-06-29 | rtpbin: do better cleanup of the src ghostpads | Wim Taymans | 1 | -14/+30 | |
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 | 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 | 4 | -547/+0 | |
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 | |
2009-06-26 | camerabin: code cleanups | Stefan Kost | 1 | -14/+10 | |
Downgrade a WARNING to INFO. Use a bit more compact code. Add a fixme comment. | |||||
2009-06-26 | camerabin: just ref caps, we don't need a writable copy | Stefan Kost | 1 | -1/+3 | |
2009-06-26 | camerabin: no need to ref and unref this temporarily | Stefan Kost | 1 | -2/+3 | |
2009-06-26 | camerabin: don't leak sink_caps if they would be any-caps | Stefan Kost | 1 | -22/+24 | |
2009-06-26 | camerabin: don't leak preview images | Stefan Kost | 1 | -0/+1 | |
2009-06-26 | camerabin: don't leak viewfinder-caps | Stefan Kost | 1 | -0/+2 | |
2009-06-26 | camerabin: insert a few blank lines for readability | Stefan Kost | 1 | -1/+3 | |
2009-06-26 | camerabin: don't leak messages and element refs in preview | Stefan Kost | 1 | -1/+14 | |
2009-06-26 | freeze: don't build plugin static lib | Changwoo Ryu | 1 | -0/+1 | |
Pass --tag=disable-static to libtool like we do for other plugins. Fixes #587023. | |||||
2009-06-25 | camerabin: don't leak requestpads | Stefan Kost | 2 | -0/+9 | |
Requestpads need to be released and unreffed. Add a comment in one case where we intentionaly don't unref. | |||||
2009-06-25 | capssetter: import element into -bad | Mark Nauwelaerts | 4 | -3/+418 | |
2009-06-25 | qtmux: Remove unused variable. | Edward Hervey | 1 | -3/+0 | |
2009-06-25 | qtmux: Fix debug statement. | Edward Hervey | 1 | -1/+2 | |
2009-06-24 | camerabin: buffer-alloc support fixes to image and video bin handling | Lasse Laukkanen | 1 | -45/+29 | |
Keep image bin in PAUSED state in image mode except when processing/saving (PLAYING/READY). Change output-selector to view finder before setting video bin to READY. Fix filename sent with img-done signal. | |||||
2009-06-24 | camerabin: fix setting mute when video bin elements haven't been created | Lasse Laukkanen | 2 | -12/+16 | |
2009-06-24 | camerabin: set image bin to PAUSED when starting capture | Lasse Laukkanen | 1 | -3/+3 | |
Set image bin to PAUSED also when starting capture using photography interface. | |||||
2009-06-24 | camerabin: leave v4l2camsrc "capture-mode" as video mode when pausing | Lasse Laukkanen | 1 | -12/+0 | |
2009-06-23 | shapewipe: Correctly handle 0/1 fps | Sebastian Dröge | 1 | -1/+4 | |
2009-06-22 | camerabin: add local include dir to CFLAGS | Stefan Kost | 1 | -1/+3 | |
2009-06-22 | camerabin: code cruft removal and debug logs | Stefan Kost | 5 | -134/+92 | |
Remove unused code. Add lots of debug loging. Change comments for local functions to not use /** gtk-doc start style. | |||||
2009-06-22 | h264parse: detect and fix for bad NALU sizes | Wim Taymans | 1 | -0/+10 | |
when in AVC mode a nalu size seems invalid, assume the NALU has the size of the available data instead of looping forever. Fixes #586354 | |||||
2009-06-20 | vdpau: change element rank for testing purposes | Carl-Anton Ingmarsson | 1 | -1/+1 | |
set mpegvideoparse rank to primary and vdpaumpegdec to primary - 1 to get vdpaumpegdec correctly plugged into playbin | |||||
2009-06-19 | rtpbin: add support for buffer-list | Branko Subasic | 5 | -62/+161 | |
Add support for sending buffer-lists. Add unit test for testing that the buffer-list passed through rtpbin. fixes #585839 | |||||
2009-06-19 | aacparse: ADIF: do not send bogus timestamps, leave to downstream (decoder) | Mark Nauwelaerts | 1 | -2/+6 | |