Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
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: make shot2shot test more reliable | Stefan Kost | 1 | -4/+23 | |
We can only trigger next shot (in the test) when current is captured and saved. | |||||
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 | autogen.sh: Use printf instead of 'echo -n'. Check for automake-1.1[01] | Jan Schmidt | 1 | -2/+2 | |
Check for more automake command variants. Use printf instead of 'echo -n' for portability | |||||
2009-06-26 | Automatic update of common submodule | Jan Schmidt | 1 | -0/+0 | |
From f810030 to 5845b63 | |||||
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-26 | Use GST_WARNING instead of fprintf. | Dave Robillard | 1 | -2/+2 | |
2009-06-26 | Add LV2 quick start README. | Dave Robillard | 1 | -0/+18 | |
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 | camerabin: sync first test more safely | Stefan Kost | 1 | -8/+33 | |
Don't use gst_element_get_state() to wait for PLAYING, Use the bus-handler insteader and asynchronously schedule next test. | |||||
2009-06-25 | capssetter: import element into -bad | Mark Nauwelaerts | 10 | -3/+485 | |
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: add target-times option to specify test times | Stefan Kost | 1 | -11/+35 | |
Have some reasonable default times. Add a commandline option to override defaults. Interpret target-time=0 as skip-test. | |||||
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-24 | Automatic update of common submodule | Jan Schmidt | 1 | -0/+0 | |
From f3bb51b to f810030 |