Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2009-06-23 | VDPAU: Move I420/YV12 to the front of the caps. Add debug. | Jan Schmidt | 2 | -10/+13 | |
Make I420/YV12 caps be preferred when downloading to YUV buffers, when possible, by listing them first in the set of output caps. Add some debug in the caps selection code. | |||||
2009-06-23 | xvidenc: also allow video/mpeg on output caps. Fixes #377784. | Mark Nauwelaerts | 1 | -14/+25 | |
2009-06-23 | shapewipe: Correctly handle 0/1 fps | Sebastian Dröge | 1 | -1/+4 | |
2009-06-22 | signalprocessor: use $(top_builddir) instead of relative paths | Stefan Kost | 4 | -6/+18 | |
2009-06-22 | camerabin: add local include dir to CFLAGS | Stefan Kost | 1 | -1/+3 | |
2009-06-22 | Working LV2 plugin discovery. | Dave Robillard | 12 | -7/+704 | |
- Separate gstsignalprocessor into a separate library (not sure if this is in the right place, but it works for now anyway) - Create LV2 element based on LADSPA element, port most discovery functionality | |||||
2009-06-22 | Fix inconsistent style (trivial test commit). | Dave Robillard | 1 | -1/+1 | |
2009-06-22 | Add configure check for SLV2. | Dave Robillard | 1 | -0/+8 | |
2009-06-22 | camerabin: debug log only change | Stefan Kost | 1 | -2/+2 | |
2009-06-22 | metadata: map more tags and fix reading of xmp tags | Stefan Kost | 3 | -15/+65 | |
Register xmp schemas for photoshop and iptc. Map a few location tags there. Add more dc tags. Fix reading xmp tag by iteration over known schemas. Add some more debug logging. | |||||
2009-06-22 | camerabin: more cleanup in tests | Stefan Kost | 1 | -9/+10 | |
Add more debug logging. Remove unused mutex and cond. | |||||
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 | camerabin: add camerabin examples | Stefan Kost | 8 | -15/+3057 | |
gst-camera is a gtk-test app to play with the imagecapture and videorecording. gst-camera-perf is a tool to run various scenarios and take time meassurements (e.g. shot-to-shot). Also sort the output files in configure.ac a bit to be in alphabetical order. | |||||
2009-06-22 | metadata: fix conversion of geo coordinates | Stefan Kost | 1 | -10/+17 | |
Coordinate conversion has been verified with exiv2 and some webpages. Minutes wher totally off and seconds were not used at all. |