platform/upstream/gstreamer.git
13 years agoshm: Allow ShmPipe to save a data pointer for applications
Sjoerd Simons [Wed, 16 Mar 2011 18:51:50 +0000 (18:51 +0000)]
shm: Allow ShmPipe to save a data pointer for applications

13 years agoshm: Keep the ShmPipe alive as long as there are blocks left
Sjoerd Simons [Wed, 16 Mar 2011 18:51:02 +0000 (18:51 +0000)]
shm: Keep the ShmPipe alive as long as there are blocks left

13 years agoshmsrc: Only connect to sink in PLAYING in live mode
Olivier Crête [Thu, 10 Mar 2011 00:34:39 +0000 (19:34 -0500)]
shmsrc: Only connect to sink in PLAYING in live mode

13 years agoshmsrc: Keep GstPoll for whole src lifetime
Olivier Crête [Thu, 10 Mar 2011 00:34:25 +0000 (19:34 -0500)]
shmsrc: Keep GstPoll for whole src lifetime

13 years agocamerabin: Add an assertion to preview pipeline generation
Lasse Laukkanen [Tue, 15 Mar 2011 12:15:35 +0000 (09:15 -0300)]
camerabin: Add an assertion to preview pipeline generation

Adds an assertion in case the preview pipeline is NULL and also
explicitly initializes preview caps to NULL for clarity.

13 years agodcaparse: Add depth and endianness to the caps
Sebastian Dröge [Mon, 14 Mar 2011 17:25:25 +0000 (18:25 +0100)]
dcaparse: Add depth and endianness to the caps

Some decoders can only handle specific endianness or a fixed
depth and this allows better negotiation.

Fixes bug #644208.

13 years agompegtsmux: fix broken pad caps refcount handling
Tim-Philipp Müller [Mon, 14 Mar 2011 12:39:23 +0000 (12:39 +0000)]
mpegtsmux: fix broken pad caps refcount handling

gst_caps_make_writable() takes ownership of the caps passed in, but
the caller doesn't own a ref to the caps here, because GST_PAD_CAPS
doesn't return a ref. Looks like the code relied on a caps leak
elsewhere for this to work properly.

13 years agompegtsmux: don't error out if downstream fails to handle the newsegment event
Tim-Philipp Müller [Mon, 14 Mar 2011 12:33:29 +0000 (12:33 +0000)]
mpegtsmux: don't error out if downstream fails to handle the newsegment event

If downstream doesn't handle the newsegment event, don't error out (esp.
not without posting a proper error message on the bus), but just continue.
If there's a problem, we'll find out when we start pushing buffers.

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

13 years agompegtsmux: remove unused variable
Andreas Frisch [Fri, 11 Mar 2011 14:40:44 +0000 (14:40 +0000)]
mpegtsmux: remove unused variable

13 years agocamerabin2: Set queues to silent
Thiago Santos [Fri, 11 Mar 2011 21:23:22 +0000 (18:23 -0300)]
camerabin2: Set queues to silent

Optimize a little by setting queues to silent

13 years agocamerabin2: Refactoring encodebin usage
Thiago Santos [Fri, 11 Mar 2011 19:20:52 +0000 (16:20 -0300)]
camerabin2: Refactoring encodebin usage

Refactor some common code regarding encodebin usage in camerabin2

13 years agotests: camerabin2: Fix number of iteration of tests
Thiago Santos [Fri, 11 Mar 2011 20:07:03 +0000 (17:07 -0300)]
tests: camerabin2: Fix number of iteration of tests

There are 3 taglist tests, not 2

13 years agocamerabin2: Some memleak fixes
Thiago Santos [Fri, 11 Mar 2011 13:32:35 +0000 (10:32 -0300)]
camerabin2: Some memleak fixes

13 years agobasecamerasrc: wrappercamerabinsrc: camerabin2: Expose/add floating point
Robert Swain [Tue, 8 Mar 2011 08:43:58 +0000 (09:43 +0100)]
basecamerasrc: wrappercamerabinsrc: camerabin2: Expose/add floating point
zoom property

13 years agowrappercamerabinsrc: Remove dead definition
Robert Swain [Fri, 4 Mar 2011 14:53:42 +0000 (15:53 +0100)]
wrappercamerabinsrc: Remove dead definition

This definition is unused in this code.

13 years agowrappercamerabinsrc: Avoid clearing recording caps
Thiago Santos [Thu, 10 Mar 2011 14:38:18 +0000 (11:38 -0300)]
wrappercamerabinsrc: Avoid clearing recording caps

When recording 2 videos in sequence with the same video-capture-caps,
the second video would get a not-negotiated error because the
src caps were being cleared without any intention of
renegotiating it back to the requested capture caps.

This patch avoids this caps reset procedure unless a new
caps was set.

13 years agodiracparse: Add correct template caps and element details
Sebastian Dröge [Fri, 11 Mar 2011 13:37:06 +0000 (14:37 +0100)]
diracparse: Add correct template caps and element details

13 years agoexamples: fix LDADD/LIBS path order for camerabin2 example
Tim-Philipp Müller [Fri, 11 Mar 2011 10:40:40 +0000 (10:40 +0000)]
examples: fix LDADD/LIBS path order for camerabin2 example

13 years agocamerabin2: don't leak element name strings
Tim-Philipp Müller [Fri, 11 Mar 2011 10:34:23 +0000 (10:34 +0000)]
camerabin2: don't leak element name strings

Don't leak string copy returned by gst_element_get_name(). Also, check
for certain elements by checking the plugin feature / factory name, not
the assigned object name.

13 years agobuild: remove more tarkin/theoraexp build cruft
Tim-Philipp Müller [Fri, 11 Mar 2011 10:26:01 +0000 (10:26 +0000)]
build: remove more tarkin/theoraexp build cruft

13 years agotheora,tarkin: Remove ancient unused code
David Schleef [Thu, 10 Mar 2011 21:39:40 +0000 (13:39 -0800)]
theora,tarkin: Remove ancient unused code

13 years agoqtmux: provide for PTS metadata when so configured
Mark Nauwelaerts [Thu, 10 Mar 2011 15:03:58 +0000 (16:03 +0100)]
qtmux: provide for PTS metadata when so configured

... and not only when sort-of feeling like it.
In any case, if it turns out all really is in order,
and presumably DTS == PTS, then no ctts will be produced anyway.

13 years agoqtmux: also track original PTS buffer timestamp in reorder dts-method
Mark Nauwelaerts [Thu, 10 Mar 2011 15:02:42 +0000 (16:02 +0100)]
qtmux: also track original PTS buffer timestamp in reorder dts-method

13 years agocamerabin2: Force EOS on audio src
Thiago Santos [Wed, 9 Mar 2011 17:53:26 +0000 (14:53 -0300)]
camerabin2: Force EOS on audio src

We can't rely on audio sources pushing EOS when going PAUSED->READY
because this is a basesrc bahavior and when used inside autoaudiosrc
the ghostpad goes flushing before the real source pushes the EOS,
so it is dropped.

13 years agowrappercamerabinsrc: No need for starting segment
Thiago Santos [Fri, 4 Mar 2011 09:06:16 +0000 (06:06 -0300)]
wrappercamerabinsrc: No need for starting segment

13 years agogstcamerabin2: Set encodebin's videorate and audiorate properties
Thiago Santos [Fri, 4 Mar 2011 09:09:43 +0000 (06:09 -0300)]
gstcamerabin2: Set encodebin's videorate and audiorate properties

Listen to encodebin's element-added signal to be able to set
skip-to-first on both audiorates and videorates.

13 years agocamerabin2: Handle audio elements states
Thiago Santos [Tue, 15 Feb 2011 17:58:28 +0000 (14:58 -0300)]
camerabin2: Handle audio elements states

Audio elements are put into bin only when needed, so we need
to be careful with their states as camerabin2 won't manage
them if they are outside the bin.

Also we should reset their pad's flushing status before
starting a new capture.

13 years agocamerabin2: tests: Update tests to check for audio streams
Thiago Santos [Fri, 21 Jan 2011 15:47:57 +0000 (12:47 -0300)]
camerabin2: tests: Update tests to check for audio streams

Add a check that resulting recorded video files have audio streams.

13 years agocamerabin: adding audio related properties
Thiago Santos [Fri, 21 Jan 2011 13:56:52 +0000 (10:56 -0300)]
camerabin: adding audio related properties

Adds 4 audio properties related to audio recording
* audio-src
* mute
* audio-supported-capture-caps
* audio-capture-caps

13 years agocamerabin2: Adding audio support for video recordings
Thiago Santos [Thu, 20 Jan 2011 12:34:39 +0000 (09:34 -0300)]
camerabin2: Adding audio support for video recordings

Adds an audio source and audio capsfilter/queue/convert, creating
a new branch on camerabin2 that is used to feed encodebin with
audio buffers for video recording.

13 years agocamerabin2: Add logging for stop-capture signal
Thiago Santos [Mon, 28 Feb 2011 18:43:46 +0000 (15:43 -0300)]
camerabin2: Add logging for stop-capture signal

13 years agocamerabin2: Add viewfinder caps related properties
Thiago Santos [Thu, 24 Feb 2011 21:28:28 +0000 (18:28 -0300)]
camerabin2: Add viewfinder caps related properties

Adds properties to check what caps are supported on the
viewfinder (from the camerasrc viewfinder pad) and another
one to set a caps for the viewfinder.

13 years agobasecamerasrc: add virtual function to notify subclass of changing preview caps
Lauri Lehtinen [Thu, 24 Feb 2011 20:42:21 +0000 (17:42 -0300)]
basecamerasrc: add virtual function to notify subclass of changing preview caps

Adds a virtual function to basecamerasrc in case subclasses want to be
notified of changing preview caps. This is useful if the subclass wants
to post the preview itself or if it wants to provide a preview buffer
as close to as possible to the user's requested resolution to the
preview generation pipeline.

13 years agoexamples: camerabin2: add option for setting the wrapper camera source
Teemu Katajisto [Tue, 22 Feb 2011 11:10:15 +0000 (13:10 +0200)]
examples: camerabin2: add option for setting the wrapper camera source

13 years agoexamples: camerabin2: add encoding profile loading
Teemu Katajisto [Mon, 21 Feb 2011 15:04:06 +0000 (17:04 +0200)]
examples: camerabin2: add encoding profile loading

13 years agowrappercamerabinsrc: Fix newsegment pushing
Thiago Santos [Thu, 17 Feb 2011 17:51:16 +0000 (14:51 -0300)]
wrappercamerabinsrc: Fix newsegment pushing

Send update newsegments instead of non-update ones
for the video branch when starting recordings

13 years agocamerabin2: Set some queue's properties
Thiago Santos [Tue, 15 Feb 2011 17:59:32 +0000 (14:59 -0300)]
camerabin2: Set some queue's properties

Sets viewfinder queue to leaky and tell image branch
queue to don't care about durations

13 years agowrappercamerabinsrc: Ready is enough for forcing a caps change
Thiago Santos [Thu, 10 Feb 2011 14:50:27 +0000 (11:50 -0300)]
wrappercamerabinsrc: Ready is enough for forcing a caps change

13 years agowrappercamerabinsrc: Check for downstream caps on first captures
Thiago Santos [Wed, 9 Feb 2011 22:14:13 +0000 (19:14 -0300)]
wrappercamerabinsrc: Check for downstream caps on first captures

Use video_renegotiate and image_renegotiate booleans to make
the videosrc negotiate the capture caps on the first capture because
the caps might be set before wrappercamerabinsrc goes into PLAYING
and pads drop the internal renegotiate event.

This is required as the output-selector is using the 'none' negotiation
mode.

13 years agowrappercamerabinsrc: Avoid fixating capture caps
Thiago Santos [Wed, 9 Feb 2011 22:09:24 +0000 (19:09 -0300)]
wrappercamerabinsrc: Avoid fixating capture caps

When setting the internal capsfilter caps for capture we should put
the full caps instead of trying to fixate it ourselves. This way we let
the elements (and mostly the source) select the best format instead
of defaulting to what the pad fixation function picks.

13 years agocamerabin2: examples: Allow free image dimensions
Thiago Santos [Wed, 9 Feb 2011 11:27:59 +0000 (08:27 -0300)]
camerabin2: examples: Allow free image dimensions

Changes the default width/height of captures so that it will
be autopicked by camerabin2 instead of hardcoding an option

13 years agocamerabin2: examples: Backport fix from camerabin example
Thiago Santos [Wed, 9 Feb 2011 11:15:08 +0000 (08:15 -0300)]
camerabin2: examples: Backport fix from camerabin example

We should only check if the xwindow should be created if we already
parsed the arguments of the program

13 years agocamerabin2: Moving preview image properties to basecamerasrc
Thiago Santos [Fri, 4 Feb 2011 17:53:49 +0000 (14:53 -0300)]
camerabin2: Moving preview image properties to basecamerasrc

Moves preview image related properties to basecamerasrc as that
should be present on all camerasrcs

13 years agobasecamerasrc: Fix getting element implementing photography iface
Lasse Laukkanen [Tue, 8 Feb 2011 13:51:42 +0000 (15:51 +0200)]
basecamerasrc: Fix getting element implementing photography iface

13 years agocamerabin2: Move preview helper functions to basecamerabinsrc
Thiago Santos [Thu, 3 Feb 2011 15:02:14 +0000 (12:02 -0300)]
camerabin2: Move preview helper functions to basecamerabinsrc

Move preview helper functions to baseacamerabinsrc so they can
be reused by multiple camerabin2 sources.

13 years agocamerabin2: examples: Add gst-camerabin2-test
Thiago Santos [Thu, 3 Feb 2011 19:58:37 +0000 (16:58 -0300)]
camerabin2: examples: Add gst-camerabin2-test

Adds gst-camerabin2-test example application, similar to
gst-camerabin-test for camerabin.

It is useful for taking pictures and recording videos using
camerabin2 and providing arguments for most of camerabin2
properties

13 years agocamerabin2: Add viewfinder-sink property
Thiago Santos [Fri, 4 Feb 2011 15:36:14 +0000 (12:36 -0300)]
camerabin2: Add viewfinder-sink property

Adds a property to set the viewfinder's sink of camerabin2

13 years agofieldanalysis: fix double free() crashes
René Stadler [Wed, 9 Mar 2011 11:19:50 +0000 (13:19 +0200)]
fieldanalysis: fix double free() crashes

13 years agovideofilters: link to libm
Byeong-ryeol Kim [Tue, 8 Mar 2011 11:19:41 +0000 (11:19 +0000)]
videofilters: link to libm

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

13 years agolv2: update url for port-groups extension
Stefan Kost [Mon, 7 Mar 2011 20:41:30 +0000 (22:41 +0200)]
lv2: update url for port-groups extension

13 years agosoundtouch: The pkg-config file in version 1.5 is called soundtouch
Sebastian Dröge [Mon, 7 Mar 2011 09:36:46 +0000 (10:36 +0100)]
soundtouch: The pkg-config file in version 1.5 is called soundtouch

13 years agozebrastripe: New element
David Schleef [Sun, 27 Feb 2011 00:20:52 +0000 (16:20 -0800)]
zebrastripe: New element

Adds zebra stripes to overexposed video.

13 years agoext: Always dist the curl directory
Edward Hervey [Fri, 4 Mar 2011 16:37:04 +0000 (17:37 +0100)]
ext: Always dist the curl directory

Event if we can't build it. Fixes make dist

13 years agovideoparsers: Fix unitialized variables
Edward Hervey [Fri, 4 Mar 2011 11:11:12 +0000 (12:11 +0100)]
videoparsers: Fix unitialized variables

Makes macosx compiler happy

13 years agocurlsink: Fix print-related issues
Edward Hervey [Fri, 4 Mar 2011 11:10:25 +0000 (12:10 +0100)]
curlsink: Fix print-related issues

13 years agortpvp8: Fix unitialized variable
Edward Hervey [Fri, 4 Mar 2011 10:59:44 +0000 (11:59 +0100)]
rtpvp8: Fix unitialized variable

Makes macosx compiler happy.

13 years agofieldanalysis: add backup files for compiling without orc
Tim-Philipp Müller [Fri, 4 Mar 2011 09:25:49 +0000 (09:25 +0000)]
fieldanalysis: add backup files for compiling without orc

13 years agoh263parse: allocate H263Params struct on the stack
Tim-Philipp Müller [Thu, 3 Mar 2011 00:57:09 +0000 (00:57 +0000)]
h263parse: allocate H263Params struct on the stack

It's flat and not kept around for longer.

13 years agoh263parse: minor clean-ups
Tim-Philipp Müller [Thu, 3 Mar 2011 00:45:11 +0000 (00:45 +0000)]
h263parse: minor clean-ups

const-ify some arguments and re-indent header a little.

13 years agofpsdisplay: fix sync property default value
benjamin gaignard [Mon, 28 Feb 2011 10:51:54 +0000 (11:51 +0100)]
fpsdisplay: fix sync property default value

13 years agoceltenc: Fix compilation with celt >= 0.11.0
Sebastian Dröge [Wed, 2 Mar 2011 22:43:42 +0000 (23:43 +0100)]
celtenc: Fix compilation with celt >= 0.11.0

Fixes bug #643607.

13 years agofieldanalysis: Add fieldanalysis element
Robert Swain [Wed, 15 Sep 2010 15:32:09 +0000 (17:32 +0200)]
fieldanalysis: Add fieldanalysis element

This element analyses video buffers to identify if they are progressive,
interlaced or telecined and outputs buffers with appropriate flags for a
downstream element (which will be the deinterlace element, after some
forthcoming modifications) to be able to output progressive frames and
adjust timestamps resulting in a progressive stream.

13 years agodocs: update docs for recent changes in git
Tim-Philipp Müller [Tue, 1 Mar 2011 11:23:49 +0000 (11:23 +0000)]
docs: update docs for recent changes in git

13 years agodocs: add new curl plugin and curlsink element to docs
Tim-Philipp Müller [Tue, 1 Mar 2011 11:16:56 +0000 (11:16 +0000)]
docs: add new curl plugin and curlsink element to docs

13 years agoconfigure: also check for platform socket headers needed by curlsink element
Tim-Philipp Müller [Tue, 1 Mar 2011 10:49:57 +0000 (10:49 +0000)]
configure: also check for platform socket headers needed by curlsink element

13 years agocurlsink: no need for a private instance structure
Tim-Philipp Müller [Tue, 1 Mar 2011 10:03:07 +0000 (10:03 +0000)]
curlsink: no need for a private instance structure

The entire instance structure is private anyway.

13 years agocurlsink: clean up property registration code
Tim-Philipp Müller [Tue, 1 Mar 2011 09:56:51 +0000 (09:56 +0000)]
curlsink: clean up property registration code

Fix some typos, use same style as in all other plugins, avoiding
unnecessary temporary GParamSpec variables; use G_PARAM_SPEC_STATIC_STRINGS.

13 years agocurl: add configure check and hook up to build system
Tim-Philipp Müller [Sat, 26 Feb 2011 20:21:25 +0000 (20:21 +0000)]
curl: add configure check and hook up to build system

13 years agocurl: add libcurl-based sink element
Patricia Muscalu [Sat, 26 Feb 2011 20:20:33 +0000 (20:20 +0000)]
curl: add libcurl-based sink element

Sink acts as a client and can connect to servers to
upload media.

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

13 years agojp2kdec: post proper error when the image's colour space is not supported
Tim-Philipp Müller [Fri, 25 Feb 2011 14:24:17 +0000 (14:24 +0000)]
jp2kdec: post proper error when the image's colour space is not supported

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

13 years agoconfigure.ac: cygwin/mingw; enable plugin linking to static lib
Mark Nauwelaerts [Mon, 28 Feb 2011 19:19:53 +0000 (20:19 +0100)]
configure.ac: cygwin/mingw; enable plugin linking to static lib

Useful for DirectX plugin(s).

Fixes #642507.

13 years agoconfigure.ac: export plugin description more platform independent
Mark Nauwelaerts [Mon, 28 Feb 2011 18:58:41 +0000 (19:58 +0100)]
configure.ac: export plugin description more platform independent

Fixes #642504.

13 years agoAutomatic update of common submodule
Mark Nauwelaerts [Mon, 28 Feb 2011 17:33:13 +0000 (18:33 +0100)]
Automatic update of common submodule

From 1de7f6a to 6aec6b9

13 years agoRevert "aacparse: allow parsed frames on sink pad"
David Schleef [Sat, 26 Feb 2011 21:53:44 +0000 (13:53 -0800)]
Revert "aacparse: allow parsed frames on sink pad"

This reverts commit e49b89d5c5a1244fa0dcb8bb4996e38fb9bff9e5.

13 years agocolorspace: set dithering enum directly
David Schleef [Sat, 26 Feb 2011 03:59:05 +0000 (19:59 -0800)]
colorspace: set dithering enum directly

13 years agocolorspace: Add support for r210
David Schleef [Sat, 26 Feb 2011 03:57:47 +0000 (19:57 -0800)]
colorspace: Add support for r210

13 years agoaacparse: allow parsed frames on sink pad
David Schleef [Thu, 24 Feb 2011 01:25:03 +0000 (17:25 -0800)]
aacparse: allow parsed frames on sink pad

13 years agobaseparse: make_metadata_writable() fix
David Schleef [Thu, 24 Feb 2011 01:24:14 +0000 (17:24 -0800)]
baseparse: make_metadata_writable() fix

13 years agojifmux: tests: Increase bus waiting timeout
Thiago Santos [Thu, 24 Feb 2011 12:29:51 +0000 (09:29 -0300)]
jifmux: tests: Increase bus waiting timeout

Double bus waiting timeout as sometimes the test would fail
because it would timeout and get no messages from the bus.

13 years agobaseparse: rename GType from GstAudioBaseParseBad to GstBaseParseBad
Tim-Philipp Müller [Mon, 21 Feb 2011 13:24:03 +0000 (13:24 +0000)]
baseparse: rename GType from GstAudioBaseParseBad to GstBaseParseBad

We use it for video as well now.

13 years agoRevert "Check that collectpads exists before removing pad"
Edward Hervey [Mon, 21 Feb 2011 11:14:59 +0000 (12:14 +0100)]
Revert "Check that collectpads exists before removing pad"

This reverts commit 6d8740476ccd3a3498dc4f18c19733643825c7b8.

Depends on a core commit that was reverted

13 years agoCheck that collectpads exists before removing pad
David Schleef [Mon, 21 Feb 2011 07:57:19 +0000 (23:57 -0800)]
Check that collectpads exists before removing pad

The core now calls release pad from finalize, at which point
the collectpads might have already been freed.

13 years agocolorspace: Fix YUV->RGB matrixing
David Schleef [Mon, 21 Feb 2011 07:01:30 +0000 (23:01 -0800)]
colorspace: Fix YUV->RGB matrixing

13 years agocolorspace: Add dithering
David Schleef [Mon, 21 Feb 2011 06:43:56 +0000 (22:43 -0800)]
colorspace: Add dithering

Dithering only happens when a 16-bit-per-channel format is
involved.

13 years agoxviddec: bodge to avoid crashes
Vincent Penquerc'h [Tue, 11 Jan 2011 10:32:47 +0000 (10:32 +0000)]
xviddec: bodge to avoid crashes

It seems xvidcore overreads its input buffer, so a nasty workaround
is to allocate some more memory (16 bytes seem to be enough).
There is no apparent image corruption with these extra bytes set to 0,
valgrind is much happier, and the crashes go away.
It is ugly, and slower though. But then, xviddec is currently
not autoplugged for playback anyway.

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

13 years agocolorspace: fix a few formats
David Schleef [Sun, 20 Feb 2011 22:14:27 +0000 (14:14 -0800)]
colorspace: fix a few formats

13 years agocolorspace: Add 16-bit-per-channel handling
David Schleef [Sat, 19 Feb 2011 21:12:41 +0000 (13:12 -0800)]
colorspace: Add 16-bit-per-channel handling

13 years agocolorspace: Fix memleak
David Schleef [Sat, 19 Feb 2011 21:13:13 +0000 (13:13 -0800)]
colorspace: Fix memleak

13 years agobasevideocodec: remove parser in favor of baseparse
David Schleef [Sat, 19 Feb 2011 21:07:39 +0000 (13:07 -0800)]
basevideocodec: remove parser in favor of baseparse

13 years agovideoparsers: change plugin filename from libgsth263parse* to libgstvideoparsersbad*
Tim-Philipp Müller [Fri, 18 Feb 2011 15:24:54 +0000 (15:24 +0000)]
videoparsers: change plugin filename from libgsth263parse* to libgstvideoparsersbad*

Due to a registry bug you may need to manually remove your
registry file to make the new plugin appear with >0 features.

13 years agompegtspacketizer: fix log message printf format
Tim-Philipp Müller [Fri, 18 Feb 2011 15:17:17 +0000 (15:17 +0000)]
mpegtspacketizer: fix log message printf format

13 years agobaseparse: trim trailing whitespace
Stefan Kost [Fri, 18 Feb 2011 13:05:31 +0000 (15:05 +0200)]
baseparse: trim trailing whitespace

13 years agobaseparse: use delta-unit flags instead of none
Stefan Kost [Fri, 18 Feb 2011 13:05:03 +0000 (15:05 +0200)]
baseparse: use delta-unit flags instead of none

13 years agoindexing-example: use proper signal names
Stefan Kost [Fri, 18 Feb 2011 13:00:05 +0000 (15:00 +0200)]
indexing-example: use proper signal names

13 years agorsvgoverlay: allow negative values for x/y/width/height
Olivier Aubert [Fri, 18 Feb 2011 08:40:00 +0000 (09:40 +0100)]
rsvgoverlay: allow negative values for x/y/width/height

13 years agovideoparsers: fix build
Tim-Philipp Müller [Fri, 18 Feb 2011 12:39:08 +0000 (12:39 +0000)]
videoparsers: fix build

Add includes and link against new libgstbaseparse in the
build tree.

13 years agompegtsdemux: Fix disting of headers
David Schleef [Thu, 17 Feb 2011 22:32:46 +0000 (14:32 -0800)]
mpegtsdemux: Fix disting of headers

13 years agobaseparse: update documentation for API changes
David Schleef [Thu, 17 Feb 2011 21:22:28 +0000 (13:22 -0800)]
baseparse: update documentation for API changes

13 years agotests: fix baseparse test
David Schleef [Wed, 13 Oct 2010 23:12:02 +0000 (16:12 -0700)]
tests: fix baseparse test

13 years agovideoparsers: Add dirac parser
David Schleef [Sat, 9 Oct 2010 22:08:39 +0000 (15:08 -0700)]
videoparsers: Add dirac parser