platform/upstream/gstreamer.git
10 years agogl/convert: clobber alpha channel when needed
Matthew Waters [Mon, 12 May 2014 11:56:06 +0000 (21:56 +1000)]
gl/convert: clobber alpha channel when needed

Needed in the conversion from padded RGB formats to formats with an
alpha channel.  e.g. BGRx -> ABGR, etc

https://bugzilla.gnome.org/show_bug.cgi?id=729742

10 years agogl/upload: avoid performing color conversion when there is no need
Matthew Waters [Mon, 12 May 2014 11:51:38 +0000 (21:51 +1000)]
gl/upload: avoid performing color conversion when there is no need

One such example is when the buffer contains GstGLMemory in the
RGBA format

https://bugzilla.gnome.org/show_bug.cgi?id=729278

10 years agodvbsrc: Don't free string we're still using
Sebastian Dröge [Mon, 12 May 2014 08:01:43 +0000 (10:01 +0200)]
dvbsrc: Don't free string we're still using

CID 1213780

10 years agodashdemux: remove unused stream uridownloader
Thiago Santos [Sun, 11 May 2014 18:26:45 +0000 (15:26 -0300)]
dashdemux: remove unused stream uridownloader

The uridownloader for the stream fragments isn't used anymore.

10 years agoassrender: Do not try to add a feature to a caps features ANY
Sebastian Dröge [Sun, 11 May 2014 05:56:17 +0000 (07:56 +0200)]
assrender: Do not try to add a feature to a caps features ANY

It does not makes sense and asserts

Based on 7f9aac386fd5d5921c80100889a5f212c0148a88 from gst-plugins-base.

10 years agodvbsuboverlay: Do not try to add a feature to a caps features ANY
Sebastian Dröge [Sun, 11 May 2014 05:55:59 +0000 (07:55 +0200)]
dvbsuboverlay: Do not try to add a feature to a caps features ANY

It does not makes sense and asserts.

Based on 7f9aac386fd5d5921c80100889a5f212c0148a88 from gst-plugins-base.

10 years agogl/colorconvert: choose the right alpha component for AYUV -> RGBA
Matthew Waters [Sun, 11 May 2014 04:02:34 +0000 (14:02 +1000)]
gl/colorconvert: choose the right alpha component for AYUV -> RGBA

10 years agogl/upload: update the respective state when we cache textures/data
Matthew Waters [Sun, 11 May 2014 00:27:02 +0000 (10:27 +1000)]
gl/upload: update the respective state when we cache textures/data

10 years agodvbsrc: drop C++ style comments
Reynaldo H. Verdejo Pinochet [Thu, 1 May 2014 06:10:20 +0000 (02:10 -0400)]
dvbsrc: drop C++ style comments

This patch builds on previous work done by
Fabrizio (Misto) Milo <mistobaan@gmail.com>

https://bugzilla.gnome.org/show_bug.cgi?id=641204

10 years agodvbsrc: fix up error reporting
Reynaldo H. Verdejo Pinochet [Thu, 1 May 2014 05:58:03 +0000 (01:58 -0400)]
dvbsrc: fix up error reporting

This patch builds on previous work done by
Fabrizio (Misto) Milo <mistobaan@gmail.com>

https://bugzilla.gnome.org/show_bug.cgi?id=641204

10 years agogl/upload: cache the textures that we are using
Matthew Waters [Sat, 10 May 2014 13:33:24 +0000 (23:33 +1000)]
gl/upload: cache the textures that we are using

10 years agogl/upload: avoid recreating the GLMemory struct for output textures
Matthew Waters [Sat, 10 May 2014 12:48:05 +0000 (22:48 +1000)]
gl/upload: avoid recreating the GLMemory struct for output textures

10 years agortmpsrc: error out if we get EOS immediately without any data
Tim-Philipp Müller [Fri, 11 Apr 2014 18:38:32 +0000 (19:38 +0100)]
rtmpsrc: error out if we get EOS immediately without any data

It's not really right to just go EOS as if nothing was wrong.

10 years agotsdemux: remove confusing debug log line
Tim-Philipp Müller [Sat, 10 May 2014 11:54:58 +0000 (12:54 +0100)]
tsdemux: remove confusing debug log line

10 years agoautoconvert: factories don't need the lock
Olivier Crête [Thu, 8 May 2014 00:08:08 +0000 (20:08 -0400)]
autoconvert: factories don't need the lock

An atomic is enough, they can only be set once.

10 years agoRevert "autoconvert: Handle caps query on internal srcpad"
Olivier Crête [Sat, 10 May 2014 00:06:12 +0000 (20:06 -0400)]
Revert "autoconvert: Handle caps query on internal srcpad"

This is not needed anymore if the gst_pad_link checks nothing.

This reverts commit a303375a3f5c12e97ca8bf50b5a93ce8652faf23.

10 years agoautoconvert: No need to check anything when linking internal pads
Olivier Crête [Sat, 10 May 2014 00:12:27 +0000 (20:12 -0400)]
autoconvert: No need to check anything when linking internal pads

10 years agoautoconvert: Don't ignore elements accepted ANY, it is valid
Olivier Crête [Sat, 10 May 2014 00:05:07 +0000 (20:05 -0400)]
autoconvert: Don't ignore elements accepted ANY, it is valid

10 years agoautoconvert: Remove broken usage of the iterator
Olivier Crête [Fri, 9 May 2014 22:49:14 +0000 (18:49 -0400)]
autoconvert: Remove broken usage of the iterator

We're a subclass, so we can just take the object lock and iterate the list
directly.

10 years agoautoconvert: Process upstream getcaps
Olivier Crête [Thu, 8 May 2014 23:35:07 +0000 (19:35 -0400)]
autoconvert: Process upstream getcaps

Process it like downstream getcaps

10 years agoautoconvert: Return the GList of factories, to a pointer to it.
Olivier Crête [Thu, 8 May 2014 00:00:08 +0000 (20:00 -0400)]
autoconvert: Return the GList of factories, to a pointer to it.

10 years agoautoconvert: subelement can only be change with stream lock held
Olivier Crête [Wed, 7 May 2014 23:54:46 +0000 (19:54 -0400)]
autoconvert: subelement can only be change with stream lock held

It was already the case, now be more explicit about that, and remove useless
lock/ref/unlock/unref dances.

10 years agoautoconvert: Keep a ref to the pads too
Olivier Crête [Wed, 7 May 2014 23:48:49 +0000 (19:48 -0400)]
autoconvert: Keep a ref to the pads too

Simplifies the code

10 years agoautoconvert: Remove uneeded if()
Olivier Crête [Wed, 7 May 2014 23:47:04 +0000 (19:47 -0400)]
autoconvert: Remove uneeded if()

NULL is valid GList

10 years agoautoconvert: Always push reconfigure upstream too
Olivier Crête [Wed, 7 May 2014 23:44:11 +0000 (19:44 -0400)]
autoconvert: Always push reconfigure upstream too

A reconfigure could trigger a change of contents instead of just reconfiguring the internal element

10 years agoautoconvert: Remove unused internal parameter
Olivier Crête [Wed, 7 May 2014 23:43:13 +0000 (19:43 -0400)]
autoconvert: Remove unused internal parameter

10 years agogl: Fix some of the error handling
Nicolas Dufresne [Fri, 9 May 2014 22:59:46 +0000 (18:59 -0400)]
gl: Fix some of the error handling

10 years agoglupload: Update GstVideoInfo after the buffer is mapped
Nicolas Dufresne [Fri, 9 May 2014 21:59:43 +0000 (17:59 -0400)]
glupload: Update GstVideoInfo after the buffer is mapped

gst_video_frame_map() will store an updated video info base
on the video meta. In order to have the right stride and offset
we should update that video info accordingly.

10 years agogl: Fix memory leak
Sebastian Dröge [Fri, 9 May 2014 13:42:08 +0000 (15:42 +0200)]
gl: Fix memory leak

CID #1212171

10 years agohls: Remove invalid free
Sebastian Dröge [Fri, 9 May 2014 13:26:31 +0000 (15:26 +0200)]
hls: Remove invalid free

data does not have to be freed at all here, it's a pointer to
an arbitrary position inside the current line. Also don't reuse
the data variable for anything else, that will cause crashes
in playlists that have the I-frame playlist URI followed by
other attributes.

CID 1212127

10 years agompegts: Fix leak
Edward Hervey [Fri, 9 May 2014 12:31:57 +0000 (14:31 +0200)]
mpegts: Fix leak

The cell extension was never added to the parent cell

CID #1212162

10 years agogl/colorconvert: preserve alpha in AYUV <-> RGBA conversions
Matthew Waters [Fri, 9 May 2014 12:22:43 +0000 (22:22 +1000)]
gl/colorconvert: preserve alpha in AYUV <-> RGBA conversions

https://bugzilla.gnome.org/show_bug.cgi?id=729743

10 years agogl/colorconvert: implement lazy init
Matthew Waters [Fri, 9 May 2014 08:07:03 +0000 (18:07 +1000)]
gl/colorconvert: implement lazy init

10 years agogl/upload: set initted to TRUE when _init_upload succeeded
Julien Isorce [Thu, 8 May 2014 14:38:24 +0000 (15:38 +0100)]
gl/upload: set initted to TRUE when _init_upload succeeded

10 years agogldisplay: Use GST_STR_NULL() for printing possibly NULL strings and print all variab...
Sebastian Dröge [Thu, 8 May 2014 20:49:33 +0000 (22:49 +0200)]
gldisplay: Use GST_STR_NULL() for printing possibly NULL strings and print all variables we use

Fixes compiler warning about set but not used platform_choice variable
among other things.

10 years agogleffects: use gl_vtable
Julien Isorce [Thu, 8 May 2014 15:08:08 +0000 (16:08 +0100)]
gleffects: use gl_vtable

10 years agogl/upload: fix compilation on OS X
Matthew Waters [Thu, 8 May 2014 07:28:11 +0000 (17:28 +1000)]
gl/upload: fix compilation on OS X

10 years agogl/upload: fail propoerly if init fails
Matthew Waters [Thu, 8 May 2014 05:40:33 +0000 (15:40 +1000)]
gl/upload: fail propoerly if init fails

10 years agogl: make all GObjects inherit from GstObject
Matthew Waters [Thu, 8 May 2014 05:30:49 +0000 (15:30 +1000)]
gl: make all GObjects inherit from GstObject

Aids memory leak debugging with GST_TRACE=mem-live

10 years agogl/upload: implement lazy init
Matthew Waters [Thu, 8 May 2014 03:46:29 +0000 (13:46 +1000)]
gl/upload: implement lazy init

Rename init_format to set_format

10 years agogl/upload: add get_format method
Matthew Waters [Wed, 7 May 2014 14:59:42 +0000 (00:59 +1000)]
gl/upload: add get_format method

Simply retreives the format set by init_format

10 years agogl/filter: attempt to passthrough the pool if the caps are the same
Matthew Waters [Wed, 7 May 2014 14:48:07 +0000 (00:48 +1000)]
gl/filter: attempt to passthrough the pool if the caps are the same

Reduces the number of glbufferpool instances required for >=2
consecutive GL elements in a pipeline.

10 years agogl/filter: always initialize the upload object
Matthew Waters [Wed, 7 May 2014 14:43:14 +0000 (00:43 +1000)]
gl/filter: always initialize the upload object

10 years agogl: advertise GstGLMemory usage in the caps as capsfeatures
Matthew Waters [Wed, 7 May 2014 11:45:53 +0000 (21:45 +1000)]
gl: advertise GstGLMemory usage in the caps as capsfeatures

https://bugzilla.gnome.org/show_bug.cgi?id=729658

10 years agogl/examples: fix compilation for clutter examples
Matthew Waters [Wed, 7 May 2014 10:12:23 +0000 (20:12 +1000)]
gl/examples: fix compilation for clutter examples

ClutterX11TexturePixmap is deprecated in Clutter 1.6 and we ask for
at least 1.8

10 years agogl/display: avoid endless recursion for cocoa
Matthew Waters [Wed, 7 May 2014 09:05:55 +0000 (19:05 +1000)]
gl/display: avoid endless recursion for cocoa

10 years agodashdemux: deprecate max-buffering-time property
Thiago Santos [Tue, 6 May 2014 11:52:27 +0000 (08:52 -0300)]
dashdemux: deprecate max-buffering-time property

It is not used as dashdemux doesn't have a internal buffer
for fragments anymore

10 years agodashdemux: removing old unused code
Thiago Santos [Tue, 6 May 2014 04:56:28 +0000 (01:56 -0300)]
dashdemux: removing old unused code

The 'catch up mode' isn't needed anymore since dashdemux
is downloading and pushing from the same thread

10 years agodashdemux: remember to set starting fragment to new fragments
Thiago Santos [Mon, 5 May 2014 13:13:15 +0000 (10:13 -0300)]
dashdemux: remember to set starting fragment to new fragments

10 years agodashdemux: handle a few more error cases
Thiago Santos [Fri, 2 May 2014 21:34:04 +0000 (18:34 -0300)]
dashdemux: handle a few more error cases

related to missing plugins, bad URI and a lockup on dealing with
errors from the source.

10 years agodashdemux: Only set timestamp to the first buffer of fragments
Thiago Santos [Fri, 2 May 2014 21:32:56 +0000 (18:32 -0300)]
dashdemux: Only set timestamp to the first buffer of fragments

Setting it to the other parts of the fragment is slightly wrong
and misleading as it isn't accurate enough.

10 years agodashdemux: handle error messages from the sources
Thiago Santos [Fri, 2 May 2014 21:30:05 +0000 (18:30 -0300)]
dashdemux: handle error messages from the sources

Set up a message handling function to be able to catch errors
from the source element and signal the cond to allow the download
loop to retry the download.

10 years agodashdemux: check for errors between downloads
Thiago Santos [Fri, 2 May 2014 00:04:54 +0000 (21:04 -0300)]
dashdemux: check for errors between downloads

To abort earlier in case of failures

10 years agodashdemux: Always accept the latency configure event
Thiago Santos [Fri, 2 May 2014 00:00:32 +0000 (21:00 -0300)]
dashdemux: Always accept the latency configure event

Upstream or internal elements are irrelevant and we should
always succeed.

10 years agodashdemux: measure download rate just like hlsdemux
Thiago Santos [Thu, 1 May 2014 15:04:51 +0000 (12:04 -0300)]
dashdemux: measure download rate just like hlsdemux

new bitrate = (old bitrate + (last fragment bitrate * 3)) / 4

10 years agodashdemux: remove uridownloader from fragments download
Thiago Santos [Fri, 25 Apr 2014 11:50:18 +0000 (08:50 -0300)]
dashdemux: remove uridownloader from fragments download

Instead, use a source element linked to a ghostpad to provide
smaller buffers and more granular control for downstream
buffering elements while also reducing startup latency

10 years agogl/sink: make sure we always initialize the upload object
Matthew Waters [Tue, 6 May 2014 23:11:25 +0000 (09:11 +1000)]
gl/sink: make sure we always initialize the upload object

https://bugzilla.gnome.org/show_bug.cgi?id=729542

10 years agohlsdemux: fix internal source event leaks
Thiago Santos [Tue, 6 May 2014 22:24:55 +0000 (19:24 -0300)]
hlsdemux: fix internal source event leaks

10 years agogl: do not allocate the target texture of an EGLImage
Julien Isorce [Tue, 6 May 2014 10:59:24 +0000 (11:59 +0100)]
gl: do not allocate the target texture of an EGLImage

The target texture of an EGLImage is the texture bind just
before calling glEGLImageTargetTexture2D.

As we currently only support a gl texture as the source of an EGLImage
the gl texture is actually already allocated when creating the eglimage.

I also see some cases where it fails to upload an eglimage when
glTexImage2D is called on the target.

10 years agogl: allow to avoid calling glTexImage2D(w, h, NULL) when generating a texture
Julien Isorce [Tue, 6 May 2014 10:51:31 +0000 (11:51 +0100)]
gl: allow to avoid calling glTexImage2D(w, h, NULL) when generating a texture

Just pass 0 as width or height to gst_gl_context_gen_texture.

10 years agogl: no need to initialize a frame buffer object to upload an eglimage
Julien Isorce [Tue, 6 May 2014 10:27:47 +0000 (11:27 +0100)]
gl: no need to initialize a frame buffer object to upload an eglimage

Fix https://bugzilla.gnome.org/show_bug.cgi?id=729588

10 years agogl: use GST_CAT_ERROR instead of GST_ERROR_OBJECT
Julien Isorce [Tue, 6 May 2014 10:21:56 +0000 (11:21 +0100)]
gl: use GST_CAT_ERROR instead of GST_ERROR_OBJECT

It fixes segault when GST_DEBUG is at least level 1 and eglCreateImage fails

10 years agogl: delete texture used with GstVideoGLTextureUploadMeta
Julien Isorce [Tue, 6 May 2014 09:14:26 +0000 (10:14 +0100)]
gl: delete texture used with GstVideoGLTextureUploadMeta

10 years agogl: use gst_gl_context_gen_shader helper instead of duplicating code
Julien Isorce [Tue, 6 May 2014 13:23:34 +0000 (14:23 +0100)]
gl: use gst_gl_context_gen_shader helper instead of duplicating code

10 years agopnmenc: remove empty line
Luis de Bethencourt [Tue, 6 May 2014 13:55:05 +0000 (09:55 -0400)]
pnmenc: remove empty line

Remove trailing empty line from commit bfdc54395238c04fc6e5b51880c2d706f33e9011

https://bugzilla.gnome.org/show_bug.cgi?id=729614

10 years agompegtsmux: Remove unused data in TsMuxSection
Jesper Larsen [Wed, 20 Nov 2013 11:16:17 +0000 (12:16 +0100)]
mpegtsmux: Remove unused data in TsMuxSection

https://bugzilla.gnome.org/show_bug.cgi?id=721685

10 years agotests: reenable camerabin element test
Matthew Waters [Tue, 6 May 2014 11:17:59 +0000 (21:17 +1000)]
tests: reenable camerabin element test

10 years agogl/display: clean up pre gstglcontext api and struct fields
Matthew Waters [Tue, 6 May 2014 06:39:06 +0000 (16:39 +1000)]
gl/display: clean up pre gstglcontext api and struct fields

https://bugzilla.gnome.org/show_bug.cgi?id=729551

10 years agogl/display: add get_handle_type
Matthew Waters [Tue, 6 May 2014 07:27:15 +0000 (17:27 +1000)]
gl/display: add get_handle_type

https://bugzilla.gnome.org/show_bug.cgi?id=729551

10 years agogl/display: avoid opening the X11 display on systems with Cocoa (OS X)
Matthew Waters [Tue, 6 May 2014 07:08:18 +0000 (17:08 +1000)]
gl/display: avoid opening the X11 display on systems with Cocoa (OS X)

https://bugzilla.gnome.org/show_bug.cgi?id=729551

10 years agogl/window: fix string length check for eagl
Matthew Waters [Tue, 6 May 2014 06:39:55 +0000 (16:39 +1000)]
gl/window: fix string length check for eagl

10 years agogl/display: check the correct env variable for choosing an egl display
Matthew Waters [Tue, 6 May 2014 06:31:28 +0000 (16:31 +1000)]
gl/display: check the correct env variable for choosing an egl display

GST_GL_WINDOW is used for window system specific choices.
An EGLDisplay can be created from window systems with egl support by using
eglGetDisplay().

https://bugzilla.gnome.org/show_bug.cgi?id=729551

10 years agogl/cocoa: Use OBJCFLAGS where needed
Edward Hervey [Tue, 6 May 2014 10:56:25 +0000 (12:56 +0200)]
gl/cocoa: Use OBJCFLAGS where needed

Should fix usage of c-compiler-only flags with an objective-c compiler

10 years agopnmenc: fix flow return and buffer leak in not-negotiated case
Tim-Philipp Müller [Tue, 6 May 2014 08:48:58 +0000 (09:48 +0100)]
pnmenc: fix flow return and buffer leak in not-negotiated case

https://bugzilla.gnome.org/show_bug.cgi?id=729614

10 years agotests: add new vp8parser-test binary to .gitignore
Tim-Philipp Müller [Tue, 6 May 2014 08:40:01 +0000 (09:40 +0100)]
tests: add new vp8parser-test binary to .gitignore

10 years agosrtpdec: Don't reset stream if the key hasn't changed
Olivier Crête [Mon, 5 May 2014 21:20:45 +0000 (17:20 -0400)]
srtpdec: Don't reset stream if the key hasn't changed

10 years agosrtpdec: Add "remove-key" action signal to remove a single key
Olivier Crête [Mon, 5 May 2014 21:00:02 +0000 (17:00 -0400)]
srtpdec: Add "remove-key" action signal to remove a single key

Removing all the keys can be a problem as it also resets the various
counters, so instead add an option to remove a single key.

10 years agosrtpenc: Use %u in templates to match rtpbin
Olivier Crête [Tue, 6 May 2014 02:25:08 +0000 (22:25 -0400)]
srtpenc: Use %u in templates to match rtpbin

10 years agosrtpdec: Remove unused field
Olivier Crête [Tue, 6 May 2014 04:11:26 +0000 (00:11 -0400)]
srtpdec: Remove unused field

10 years agoFix for not checking zero width and height
Sanjay NM [Tue, 6 May 2014 03:53:13 +0000 (09:23 +0530)]
Fix for not checking zero width and height

Signed-off-by: Sanjay NM <sanjay.nm@samsung.com>
https://bugzilla.gnome.org/show_bug.cgi?id=729614

10 years agohlsdemux: Only set the segment position if there is a timestamp
Thiago Santos [Mon, 5 May 2014 14:13:09 +0000 (11:13 -0300)]
hlsdemux: Only set the segment position if there is a timestamp

Only the first buffer of a fragment has its timestamp set, so only
update the segment.position when pushing those buffers to avoid
having GST_CLOCK_TIME_NONE set to the position

https://bugzilla.gnome.org/show_bug.cgi?id=729364

10 years agoconfigure: Use the same includes for GL that we would use later in the code for check...
Sebastian Dröge [Mon, 5 May 2014 10:30:32 +0000 (12:30 +0200)]
configure: Use the same includes for GL that we would use later in the code for checking if GLES2 and OpenGL headers can both be included

10 years agogl: check if we can include both GL and GLES2 headers at the same time
Matthew Waters [Mon, 5 May 2014 10:06:29 +0000 (20:06 +1000)]
gl: check if we can include both GL and GLES2 headers at the same time

If we cannot, then default to GL over GLES2 unless GLES2 is required.

10 years agohlsdemux: Set Cache-Control header according to the caching requirements of the playlist
Sebastian Dröge [Mon, 5 May 2014 07:46:06 +0000 (09:46 +0200)]
hlsdemux: Set Cache-Control header according to the caching requirements of the playlist

10 years agomssdemux: Update for uri downloader API changes
Sebastian Dröge [Mon, 5 May 2014 07:38:14 +0000 (09:38 +0200)]
mssdemux: Update for uri downloader API changes

10 years agodashdemux: Update for uri downloader API changes
Sebastian Dröge [Mon, 5 May 2014 07:37:44 +0000 (09:37 +0200)]
dashdemux: Update for uri downloader API changes

10 years agouridownloader: Add parameter to disallow caching as required by HLS
Sebastian Dröge [Mon, 5 May 2014 07:36:56 +0000 (09:36 +0200)]
uridownloader: Add parameter to disallow caching as required by HLS

10 years agohls: Store allowcache playlist field in a boolean
Sebastian Dröge [Mon, 5 May 2014 07:34:56 +0000 (09:34 +0200)]
hls: Store allowcache playlist field in a boolean

10 years agoconfigure: Use the same #includes for checking GL types as later in the code
Sebastian Dröge [Sun, 4 May 2014 20:22:14 +0000 (22:22 +0200)]
configure: Use the same #includes for checking GL types as later in the code

10 years agogl/clutter: safer check for cogl version
Luis de Bethencourt [Sun, 4 May 2014 01:38:42 +0000 (21:38 -0400)]
gl/clutter: safer check for cogl version

Use COGL_VERSION_ENCODE to check for the minimum required and maximum allowed
cogl version. In certain situations just using the COGL_VERSION_* macro name can
give you the following error:

error "COGL_VERSION_MAX_ALLOWED must be >= COGL_VERSION_MIN_REQUIRED"

10 years agogl/examples/generic: remove trailing whitespaces
Luis de Bethencourt [Sun, 4 May 2014 01:05:19 +0000 (21:05 -0400)]
gl/examples/generic: remove trailing whitespaces

10 years agoBack to development
Sebastian Dröge [Sat, 3 May 2014 18:48:33 +0000 (20:48 +0200)]
Back to development

10 years agoRelease 1.3.1
Sebastian Dröge [Sat, 3 May 2014 16:16:21 +0000 (18:16 +0200)]
Release 1.3.1

10 years agoUpdate .po files
Sebastian Dröge [Sat, 3 May 2014 16:16:07 +0000 (18:16 +0200)]
Update .po files

10 years agoexamples: Fix CFLAGS in clutter GL examples
Sebastian Dröge [Sat, 3 May 2014 17:45:37 +0000 (19:45 +0200)]
examples: Fix CFLAGS in clutter GL examples

10 years agoexamples: Add all gl subdirs to DIST_SUBDIRS to fix the build
Sebastian Dröge [Sat, 3 May 2014 17:42:37 +0000 (19:42 +0200)]
examples: Add all gl subdirs to DIST_SUBDIRS to fix the build

10 years agopo: Update translations
Sebastian Dröge [Sat, 3 May 2014 15:24:17 +0000 (17:24 +0200)]
po: Update translations

10 years agomfc: Remove mfc plugin, it is obsoleted by the v4l2videodec element from gst-plugins...
Sebastian Dröge [Sat, 3 May 2014 11:12:40 +0000 (13:12 +0200)]
mfc: Remove mfc plugin, it is obsoleted by the v4l2videodec element from gst-plugins-good

10 years agompegtsmux: Use complete caps for setting up the streams in the test
Sebastian Dröge [Sat, 3 May 2014 10:02:27 +0000 (12:02 +0200)]
mpegtsmux: Use complete caps for setting up the streams in the test

10 years agoAutomatic update of common submodule
Sebastian Dröge [Sat, 3 May 2014 08:15:16 +0000 (10:15 +0200)]
Automatic update of common submodule

From bcb1518 to 211fa5f