Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-21 | opensles: Include string.h for memcpy() | Sebastian Dröge | 1 | -0/+2 | |
2013-03-20 | decklinksink: fix some compiler warnings | Tim-Philipp Müller | 1 | -1/+5 | |
2013-03-18 | decklinksink: obtain class from object | Mark Nauwelaerts | 1 | -1/+1 | |
2013-03-16 | decklinksrc: set discont flag on first audio buffer too | Tim-Philipp Müller | 1 | -0/+5 | |
2013-03-16 | decklinksrc: aggregate audio and video flow returns | Tim-Philipp Müller | 1 | -24/+28 | |
And pause task in some more cases where we should pause the task. | |||||
2013-03-16 | decklinksrc: add send_event handler so application can inject EOS event | Tim-Philipp Müller | 2 | -0/+94 | |
This is needed to shut down a recording pipeline cleanly. https://bugzilla.gnome.org/show_bug.cgi?id=680700 | |||||
2013-03-16 | decklinksrc: pause streaming thread and send EOS event on error | Tim-Philipp Müller | 1 | -0/+38 | |
Instead of just posting an EOS message and continuing, actually pause the thread. | |||||
2013-03-10 | applemedia: suppress warnings for deprecated glib API | Josep Torra | 1 | -0/+4 | |
2013-03-10 | shmsink: Use correct print format specifiers to fix compiler warnings | Josep Torra | 1 | -4/+6 | |
2013-03-09 | fbdev: port fbdevsink to 1.0 | Tim-Philipp Müller | 3 | -119/+117 | |
2013-03-03 | opensles: Only include <gst/audio/audio.h> | Sebastian Dröge | 3 | -3/+3 | |
2013-02-28 | shmsink: Add custom allocator to allow for zero-copy shared memory use | Olivier Crête | 5 | -118/+402 | |
2013-02-28 | shm: Don't leak socket path | Olivier Crête | 2 | -0/+2 | |
2013-02-28 | decklinksink: port to 1.0 | Tim-Philipp Müller | 3 | -752/+154 | |
Compiles, not tested yet. | |||||
2013-02-28 | decklinksrc: add layout=interleaved to audio caps | Tim-Philipp Müller | 1 | -2/+4 | |
2013-02-28 | shm: use O_CLOEXEC where appropriate in shmpipe | Blake Tregre | 1 | -0/+8 | |
https://bugzilla.gnome.org/show_bug.cgi?id=684339 | |||||
2013-02-27 | shmsink: Error out if memory area is smaller than buffer | Olivier Crête | 3 | -0/+23 | |
2013-02-27 | shm: Make sure to not allocate blocks larger than the shared mem area | Olivier Crête | 1 | -7/+5 | |
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=681359 | |||||
2013-02-27 | decklinksrc: port to 1.0 | Tim-Philipp Müller | 6 | -881/+183 | |
Compiles, not tested yet. A great number of superfluous custom pad functions may have been harmed in the making of this port. | |||||
2013-02-23 | mfcdec: Use new GST_MEMORY_FLAG_CONTIGUOUS instead of requiring a specific ↵ | Sebastian Dröge | 1 | -4/+18 | |
memory type | |||||
2013-02-16 | applemedia: update contact information | Ole André Vadla Ravnås | 44 | -51/+51 | |
2013-02-16 | applemedia: fix gst_buffer_get_core_media_meta macro | Ole André Vadla Ravnås | 1 | -1/+2 | |
2013-02-16 | applemedia: port vtenc to 1.0 | Ole André Vadla Ravnås | 3 | -44/+111 | |
2013-02-16 | applemedia: replace usage of deprecated gst_pad_set_caps() in vtdec | Ole André Vadla Ravnås | 1 | -1/+1 | |
2013-02-16 | applemedia: port vtapi to run on OS X 10.8 | Ole André Vadla Ravnås | 4 | -21/+28 | |
2013-02-11 | mfc: quiet debugging when mfc device doesn't exist | David Schleef | 2 | -2/+11 | |
Avoid registering the element if the mfc device doesn't work, but allow plugin loading to succeed. | |||||
2013-02-11 | uvch264: Remove custom renegotiate event | Sjoerd Simons | 1 | -11/+0 | |
2013-02-11 | uvch264: Add image/jpg to vfsrc and vidsrc caps | Sjoerd Simons | 1 | -2/+9 | |
2013-02-11 | uvch264: Fix NV21 vs NV12 typo | Sjoerd Simons | 1 | -1/+1 | |
2013-02-11 | uvch264: Pass through the filter on the caps query | Sjoerd Simons | 1 | -2/+8 | |
2013-02-11 | uvch264: Remove the _ from the element names | Sjoerd Simons | 3 | -8/+8 | |
Rename uvch264_src to uvch264src and uvch264_mjpgdemux to uvch264mjpgdemux | |||||
2013-02-11 | uvch264src: Port to gstreamer 1.0 | Sjoerd Simons | 4 | -274/+237 | |
2013-02-11 | shm: don't use deprecated threading API | Tim-Philipp Müller | 2 | -15/+18 | |
2013-02-09 | mfc: fix compilation with newer GLib versions | Tim-Philipp Müller | 1 | -10/+6 | |
that don't include pthread.h any more from public headers. We could just fix this by including pthread.h ourselves, but we may just as well use atomic ops for this and simplify the code a little. https://bugzilla.gnome.org/show_bug.cgi?id=693322 | |||||
2013-02-05 | dvbsrc: handle EINTR from poll | Wim Taymans | 1 | -0/+2 | |
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=693212 | |||||
2013-01-20 | bluez: clean up GValue handling a little | Tim-Philipp Müller | 1 | -147/+112 | |
Allocate GValues on the stack, and unset/free them properly, fixing a few leaks in the process. Also use gst_structure_take_value() where appropriate to avoid unnecessary list copies. | |||||
2013-01-20 | bluez: update SBC caps for renamed fields | Tim-Philipp Müller | 2 | -5/+5 | |
mode -> channel-mode allocation -> allocation-method | |||||
2013-01-17 | shm: Initialize shm_area_buf to invalid value | Olivier Crête | 1 | -0/+1 | |
2013-01-17 | shm: apply shm area permissions to shmpipe control socket | Roland Elek | 1 | -0/+6 | |
Apply shared memory area permissions to the control socket (more precisely, the path it is bound to) as well. https://bugzilla.gnome.org/show_bug.cgi?id=682775 | |||||
2013-01-16 | uvch264: Define LIBUSB_CLASS_VIDEO if using an old version of libusb | Youness Alaoui | 1 | -0/+3 | |
2013-01-16 | uvch264: Prevent temporary elements from going to playing | Olivier Crête | 1 | -2/+13 | |
2013-01-16 | uvch264: do not double-unref if transform_caps fails | Youness Alaoui | 1 | -3/+11 | |
2013-01-16 | uvch264: Add a fakesink to the transform_caps | Youness Alaoui | 1 | -1/+15 | |
Some version of basetransform will return the template caps if the src pad is not linked, so the capsfilter will return ANY. Linking it to fakesink allows us to return the right caps in the capsfilter and have them transformed by the colorspace converter. | |||||
2013-01-10 | bluez: use GLib defines to check for byte order | Tim-Philipp Müller | 1 | -2/+9 | |
2013-01-09 | bluez: add new plugin to build system, but disable for now | Tim-Philipp Müller | 3 | -2/+78 | |
Disable until it has been tested and works. https://bugzilla.gnome.org/show_bug.cgi?id=690582 | |||||
2013-01-09 | bluez: make bluez elements compile with 1.0 | Tim-Philipp Müller | 4 | -153/+128 | |
Builds, but very likely doesn't work yet at all. Some things are still commented out. https://bugzilla.gnome.org/show_bug.cgi?id=690582 | |||||
2013-01-09 | bluez: avinfo: Replace definitions with a2dp-codecs.h's | Chan-yeol Park | 1 | -2/+19 | |
2013-01-09 | bluez: audio: Add check for vendor specific A2DP codec | Chan-yeol Park | 1 | -0/+6 | |
This patch adds checks(vendor ID, vendor specific codec ID) to make sure of vendor specific A2DP codec selection. | |||||
2013-01-09 | bluez: gstavdtpsink: Free the D-Bus error on reply failure | Syam Sidhardhan | 1 | -5/+10 | |
If D-Bus error is set we should free it. | |||||
2013-01-09 | bluez: Fix trivial coding style issues on pointer declarations and casting | Anderson Lizardo | 1 | -1/+1 | |
Avoid using C++ style pointer declarations like "char* ptr", as most BlueZ code uses "char *ptr". |