summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.4.01.4.0Sebastian Dröge2014-07-1977-124/+375
|
* Update .po filesSebastian Dröge2014-07-1940-40/+40
|
* po: Update translationsSebastian Dröge2014-07-1940-626/+309
|
* wrappercamerabinsrc: set src to ready when there are no pending buffersThiago Santos2014-07-171-1/+1
| | | | | | | Setting to ready will block waiting for buffers to be reclaimed, so flush before setting to null to make sure no buffers are pending https://bugzilla.gnome.org/show_bug.cgi?id=733072
* examples: fix compilation of gl fxtest example on win32 with Gtk+ 3.0Tim-Philipp Müller2014-07-171-5/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=733063
* openslesringbuffer: Provide the size of our array to ↵Sebastian Dröge2014-07-171-1/+1
| | | | | | | GetDestinationOutputDeviceIDs Otherwise it does not and just fails. It needs to know the size of the array to not write too much to it.
* openslessink: Silence some error debug output to log outputSebastian Dröge2014-07-171-3/+19
| | | | | These are not really errors, just unsupported features we don't necessarily need.
* aggregator: Reset flow_return *after* stopping the srcpad task.Mathieu Duponchelle2014-07-161-1/+1
| | | | Otherwise it might be set in an already running aggregate function.
* aggregator: Flush sinkpads when stoppingThibault Saunier2014-07-161-0/+11
| | | | | All values are meaningless in that case, so we should make sure that we clean everything
* aggregator: Do not forget to reset the flow return when stopingThibault Saunier2014-07-161-0/+2
| | | | | Setting it to FLUSHING when the element is not started, and to OK when it starts.
* aggregator: Handle event seqnumThibault Saunier2014-07-161-3/+18
|
* mxfmux: Avoid taking unnecessary refSebastian Rasmussen2014-07-161-1/+1
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=733123
* gl: Include GL_CFLAGS while checking for GL typedefsMart Raudsepp2014-07-161-0/+5
| | | | | | | | | Otherwise those checks may fail at configure time if they contain extra include paths, while at build time they are included, potentially causing incompatible typedefs between system GL headers and gstreamer compatibility prototypes. https://bugzilla.gnome.org/show_bug.cgi?id=733248
* gl: Always include EGL_CFLAGS in GL_CFLAGS when EGL_LIBS is added to GL_LIBSMart Raudsepp2014-07-161-0/+1
| | | | | | They should be handled in tandem, in case any EGL provider could require some CFLAGS and set them (possibly once moved to prefer pkg-config files), such as for a custom header location.
* po: update POTFILESPiotr Drąg2014-07-161-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=726555
* d3dvideosink: Open Direct3D devices in a threadsafe waySebastian Dröge2014-07-151-0/+3
| | | | | | | Otherwise we'll get crashes when using the device from multiple threads, e.g. when using multiple sinks at once. https://bugzilla.gnome.org/show_bug.cgi?id=707523
* curlsshsink: Include gst.h and other stuff before anything elseSebastian Dröge2014-07-112-6/+6
|
* wrappercamerabinsrc: Fix caps filter caps proxyingNicolas Dufresne2014-07-111-15/+14
| | | | | | | | | | | | The notify signal is triggered when caps is changed. But instead of proxying the fixed caps, we query for the caps. Hence, when we go to READY state, we endup setting template caps on the proxied caps filter instead of NULL, which leads to negoitation failure. Correctly proxy NULL caps if this is the new caps. Fixes not negotiated error when running in cheese. Also fix a leak of caps string in one of the trace. https://bugzilla.gnome.org/show_bug.cgi?id=732741
* gl: Always build gstglmixer, not only when full OpenGL support is enabledSebastian Dröge2014-07-111-3/+3
|
* curl: Use winsock2 instead and the GLib macro for checking if we're on WindowsSebastian Dröge2014-07-112-4/+4
|
* motioncells: Use no network API if not requiredSebastian Dröge2014-07-111-47/+13
|
* ext: Include winsock.h on Windows when requiredAlexey Pavlov2014-07-113-5/+18
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=733052
* Release 1.3.91Sebastian Dröge2014-07-1178-101/+1099
|
* gl: Link to all required libraries but not moreSebastian Dröge2014-07-112-2/+1
|
* video: Properly include headers in Makefile.amSebastian Dröge2014-07-111-5/+1
| | | | and don't set noinst_HEADERS twice.
* Update .po filesSebastian Dröge2014-07-1140-40/+40
|
* atdec: Change rank to MARGINAL until it can properly handle multichannel audioSebastian Dröge2014-07-111-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=727757
* gl: Move GstGLMixer to the plugin for nowSebastian Dröge2014-07-1111-42/+7
| | | | | | | It depends on GstAggregator and we don't want to install headers for that yet. https://bugzilla.gnome.org/show_bug.cgi?id=732207
* libs: Don't install headers and pc files for libgstwayland/badvideo/badbaseSebastian Dröge2014-07-114-86/+7
| | | | | | | These will disappear after 1.4.0 and it would be rather annoying if people started depending on them. https://bugzilla.gnome.org/show_bug.cgi?id=732207
* opus: Fix a double-unref in the Opus header codePhilip Withnall2014-07-111-2/+5
| | | | | | | | The headers were never getting reffed when being added to the headers list, which is later unreffed-and-freed by the caller (e.g. gst_opus_parse_parse_frame()). https://bugzilla.gnome.org/show_bug.cgi?id=733013
* po: Update translationsSebastian Dröge2014-07-111-12/+13
|
* examples: Add CAT section and CA descriptor supportEdward Hervey2014-07-111-0/+31
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=732986
* mpegts: Add parsing for CA descriptor (0x05)Edward Hervey2014-07-112-0/+48
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=732986
* camerabin2: Flush downstream after setting src to READYNicolas Dufresne2014-07-101-0/+12
| | | | | | | | v4l2src requires all buffers to come back in order to cleanly stop streaming. Flushing the pipline should force all buffers to come back. https://bugzilla.gnome.org/show_bug.cgi?id=732741
* tests/icles/dccp: Release reference to parentSebastian Rasmussen2014-07-102-0/+2
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732977
* glimagesink: Keep aspect ratio by defaultNicolas Dufresne2014-07-091-1/+1
| | | | | The expected default behaviour for video sink is to maintain the aspect ratio. Fix the default value to reflect this. The property default was already TRUE, but the value was not initially TRUE.
* mpegts: No need to check for NULL before calling g_free()Sebastian Rasmussen2014-07-094-18/+8
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732789
* mpegts: Don't confuse slice allocator with regular oneSebastian Rasmussen2014-07-091-6/+5
| | | | | | | | Previously selector_bytes and private_data_bytes were sometimes allocated and free using the normal allocator and sometimes using the slice allocator. Additionally prefer g_strdup() to g_memdup() for strings. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732789
* mpegts: Fix dvb linkage leaksEdward Hervey2014-07-091-28/+23
| | | | CID #1224130
* mpegts: use getter for egde linkage descriptor typeStefan Ringel2014-07-094-7/+68
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=730914
* mpegts: docs: add missed *_free methodsStefan Ringel2014-07-091-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=730914
* mpegts: fix annotationStefan Ringel2014-07-091-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=730914
* mpegts: Add padding to public structuresEdward Hervey2014-07-092-0/+7
| | | | | | | | Allows use to add API in the future without breaking ABI. We broke the API/ABI once between 1.2 and 1.4, let's try to avoid this in the future even if this is an unstable library. https://bugzilla.gnome.org/show_bug.cgi?id=730914
* mpegts: atsc: fix leak of short nameThiago Santos2014-07-081-0/+1
|
* mpegts: fix leak of language codeThiago Santos2014-07-081-0/+1
|
* videoaggregator: Fix some more the locking logic in update_src_capsThibault Saunier2014-07-061-7/+1
| | | | | | We need the GST_OBJECT_LOCK only to iterate the sinkpads, nothing else. https://bugzilla.gnome.org/show_bug.cgi?id=732750
* videoaggregator: fix broken locking in update_src_caps functionTim-Philipp Müller2014-07-061-1/+5
| | | | | | We would unlock an already-unlocked mutex that we never re-locked. https://bugzilla.gnome.org/show_bug.cgi?id=732750
* aggregator: fix lockingTim-Philipp Müller2014-07-061-1/+1
| | | | | We would unlock a mutex we never locked on SEGMENT events.
* facedetect: Make cascades dir a little more portableNicolas Dufresne2014-07-041-1/+3
|
* handdetect: Use already mapped imageNicolas Dufresne2014-07-042-29/+14
| | | | No need to map again the image, it's already handled by the base class.