platform/upstream/gstreamer.git
13 years agojpegparse: unit test for APP1/exif & comment parsing
Víctor Manuel Jáquez Leal [Thu, 21 Apr 2011 20:42:45 +0000 (22:42 +0200)]
jpegparse: unit test for APP1/exif & comment parsing

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

13 years agompeg2enc: fix build with 1.9.0 release again after recent fixes for mjpegtools 2.0.0
Tim-Philipp Müller [Wed, 25 May 2011 13:42:38 +0000 (14:42 +0100)]
mpeg2enc: fix build with 1.9.0 release again after recent fixes for mjpegtools 2.0.0

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

13 years agompegtsmux: fix pointer output in stream-not-associated debug output
Andreas Frisch [Wed, 25 May 2011 13:10:19 +0000 (15:10 +0200)]
mpegtsmux: fix pointer output in stream-not-associated debug output

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

13 years agompeg2enc: support mjpegtools 2.0
Götz Waschk [Tue, 24 May 2011 13:42:44 +0000 (15:42 +0200)]
mpeg2enc: support mjpegtools 2.0

This adds conditional includes for the renamed headers in mjpegtools 2.0.
Fixes: #650970.

13 years agoxviddec: Add video/mpeg,mpegversion=4 to the caps
Sebastian Dröge [Mon, 23 May 2011 15:29:56 +0000 (17:29 +0200)]
xviddec: Add video/mpeg,mpegversion=4 to the caps

Fixes bug #609639.

13 years agocamerabin: Add image-formatter property
Lasse Laukkanen [Fri, 20 May 2011 14:06:49 +0000 (17:06 +0300)]
camerabin: Add image-formatter property

Add image-formatter property in order to let application configure
the formatter element for metadata.

13 years agompeg4videoparse: additional debug tracing
Mark Nauwelaerts [Mon, 23 May 2011 11:54:35 +0000 (13:54 +0200)]
mpeg4videoparse: additional debug tracing

13 years agovideoparsers: add new mpegvideoparse
Mark Nauwelaerts [Mon, 23 May 2011 10:06:01 +0000 (12:06 +0200)]
videoparsers: add new mpegvideoparse

13 years agompegvideoparse: rename to legacympegvideoparse
Mark Nauwelaerts [Mon, 23 May 2011 10:02:00 +0000 (12:02 +0200)]
mpegvideoparse: rename to legacympegvideoparse

13 years agoh264parse: avoid stale parsing state
Mark Nauwelaerts [Wed, 18 May 2011 07:47:43 +0000 (09:47 +0200)]
h264parse: avoid stale parsing state

13 years agoh263parse: simplify minimum frame size handling
Mark Nauwelaerts [Tue, 17 May 2011 20:42:45 +0000 (22:42 +0200)]
h263parse: simplify minimum frame size handling

13 years agoh264parse: simplify minimum frame size handling
Mark Nauwelaerts [Tue, 17 May 2011 20:42:29 +0000 (22:42 +0200)]
h264parse: simplify minimum frame size handling

13 years agompeg4videoparse: simplify minimum frame size handling
Mark Nauwelaerts [Tue, 17 May 2011 20:39:19 +0000 (22:39 +0200)]
mpeg4videoparse: simplify minimum frame size handling

13 years agompeg4videoparse: avoid stale parsing state
Mark Nauwelaerts [Tue, 17 May 2011 20:18:51 +0000 (22:18 +0200)]
mpeg4videoparse: avoid stale parsing state

13 years agompeg4videoparse: port to baseparse
Mark Nauwelaerts [Thu, 12 May 2011 10:07:39 +0000 (12:07 +0200)]
mpeg4videoparse: port to baseparse

13 years agoconfigure.ac: bump -core/-base requirement to 0.10.34.1
Mark Nauwelaerts [Mon, 23 May 2011 13:03:18 +0000 (15:03 +0200)]
configure.ac: bump -core/-base requirement to 0.10.34.1

... since latest baseparse API is required for videoparsers.

13 years agoh264parse: gracefully handle truncated input NAL units
Mark Nauwelaerts [Mon, 23 May 2011 12:41:27 +0000 (14:41 +0200)]
h264parse: gracefully handle truncated input NAL units

Rather than assert'ing in such case, emit warning if the length of a NAL unit
is less than expected 2 and discard it.

Based on patch by Benjamin M. Schwartz <bens@alum.mit.edu>

Fixes #650416.

13 years agodvbsrc: Add timeout property and use GstPoll instead of poll
Vincent Génieux [Mon, 23 May 2011 14:47:31 +0000 (16:47 +0200)]
dvbsrc: Add timeout property and use GstPoll instead of poll

This allows to use much higher timeout values because GstPoll
is interruptible and keeps the number of wakeups during signal
loss lower.

Fixes bug #608171.

13 years agofix build of openal plugin from disted tarball
Christian Fredrik Kalager Schaller [Mon, 23 May 2011 13:58:08 +0000 (14:58 +0100)]
fix build of openal plugin from disted tarball

13 years agoteletextdec: Minor cleanup and indention fixes
Sebastian Dröge [Mon, 23 May 2011 13:32:09 +0000 (15:32 +0200)]
teletextdec: Minor cleanup and indention fixes

13 years agoteletextdec: Don't use GST_FLOW_IS_FATAL()
Sebastian Dröge [Mon, 23 May 2011 13:20:45 +0000 (15:20 +0200)]
teletextdec: Don't use GST_FLOW_IS_FATAL()

13 years agoteletextdec: Fix buffer data leak
Sebastian Dröge [Mon, 23 May 2011 13:14:04 +0000 (15:14 +0200)]
teletextdec: Fix buffer data leak

13 years agoteletextdec: Add support for pango
Andoni Morales Alastruey [Fri, 10 Sep 2010 12:34:42 +0000 (14:34 +0200)]
teletextdec: Add support for pango

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

13 years agoteletextdec: add a new method to convert a page in a list of strings
Andoni Morales Alastruey [Thu, 10 Jun 2010 10:44:27 +0000 (12:44 +0200)]
teletextdec: add a new method to convert a page in a list of strings

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

13 years agoteletextdec: add some data in the preroll buffer
Andoni Morales Alastruey [Thu, 9 Sep 2010 14:41:32 +0000 (16:41 +0200)]
teletextdec: add some data in the preroll buffer

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

13 years agoteletextdec: fix deadlock on a stream error
Andoni Morales Alastruey [Thu, 10 Jun 2010 11:55:30 +0000 (13:55 +0200)]
teletextdec: fix deadlock on a stream error

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

13 years agoteletextdec: don't try to push an event on a pad that returned an error
Andoni Morales Alastruey [Thu, 10 Jun 2010 10:42:42 +0000 (12:42 +0200)]
teletextdec: don't try to push an event on a pad that returned an error

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

13 years agoteletextdec: New teletext decoder plugin based in zvbi
Andoni Morales Alastruey [Mon, 13 Sep 2010 09:59:18 +0000 (11:59 +0200)]
teletextdec: New teletext decoder plugin based in zvbi

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

13 years agoopenal: Add new openalsrc element
Sebastian Dröge [Mon, 23 May 2011 12:14:09 +0000 (14:14 +0200)]
openal: Add new openalsrc element

Based on patches by Victor Lin <bornstub@gmail.com>

Fixes bug #550230.

13 years agoopenal: Add new OpenAL sink element
Sebastian Dröge [Mon, 23 May 2011 11:41:36 +0000 (13:41 +0200)]
openal: Add new OpenAL sink element

Based on a patch by Chris Robinson <chris.kcat@gmail.com>

Fixes bug #615615.

13 years agocamerabin2: Do not segfault on null locations
Thiago Santos [Fri, 20 May 2011 18:25:08 +0000 (15:25 -0300)]
camerabin2: Do not segfault on null locations

Prevent capture from starting when saving location is set to
NULL

13 years agocamapplicationinfo: fix possible array overrun
Stefan Kost [Fri, 20 May 2011 10:04:54 +0000 (13:04 +0300)]
camapplicationinfo: fix possible array overrun

13 years agompeg[pt]sdemux: Add support for AAC LATM/LOAS streams
Rafael Diniz [Fri, 20 May 2011 07:58:50 +0000 (09:58 +0200)]
mpeg[pt]sdemux: Add support for AAC LATM/LOAS streams

Fixes bug #615681.

13 years agoapexsink: Add support for generation 2 AirTunes hardware
W. Michael Petullo [Thu, 19 May 2011 06:05:14 +0000 (08:05 +0200)]
apexsink: Add support for generation 2 AirTunes hardware

Fixes bug #649931.

13 years agomxf-example: fix the { } scope
Stefan Kost [Thu, 19 May 2011 21:35:55 +0000 (00:35 +0300)]
mxf-example: fix the { } scope

13 years agofestival: don't leak fd on error
Stefan Kost [Thu, 19 May 2011 21:20:07 +0000 (00:20 +0300)]
festival: don't leak fd on error

13 years agolibrfb: don't leak password on error
Stefan Kost [Thu, 19 May 2011 21:16:00 +0000 (00:16 +0300)]
librfb: don't leak password on error

13 years agodocs: remove obsolete commented out part
Stefan Kost [Thu, 19 May 2011 20:57:38 +0000 (23:57 +0300)]
docs: remove obsolete commented out part

We don't have this in the other modules and its not needed.

13 years agodocs: update plugin introspection data
Stefan Kost [Thu, 19 May 2011 20:50:47 +0000 (23:50 +0300)]
docs: update plugin introspection data

Now more files are merged and produced in a canonical fashion, which hopefully
creates less or no delta in the future.

13 years agoAutomatic update of common submodule
Stefan Kost [Thu, 19 May 2011 19:58:10 +0000 (22:58 +0300)]
Automatic update of common submodule

From 9e5bbd5 to 69b981f

13 years agocamerabin2: examples: Add video-device argument
Thiago Santos [Thu, 19 May 2011 17:58:22 +0000 (14:58 -0300)]
camerabin2: examples: Add video-device argument

Adds an argument to select which video device should be used
on the video source element in camerabin2

13 years agocamerabin2: examples: Fix typo from previous commit
Thiago Santos [Thu, 19 May 2011 17:52:22 +0000 (14:52 -0300)]
camerabin2: examples: Fix typo from previous commit

The property is audio-src and not audio-source

13 years agocamerabin2: examples: Add audio-source parameter to gst-camerabin2-test
Thiago Santos [Thu, 19 May 2011 17:32:02 +0000 (14:32 -0300)]
camerabin2: examples: Add audio-source parameter to gst-camerabin2-test

Adds an option to select the audio source to be used on video
recordings on camerabin2 test application

13 years agoconfigure: add missing [
Thiago Santos [Thu, 19 May 2011 17:23:59 +0000 (14:23 -0300)]
configure: add missing [

Adds missing [ to configure on the CDAUDIO pkg config check

13 years agojasperenc: remove unused 'mimetype' variable
Stefan Kost [Thu, 19 May 2011 15:45:25 +0000 (18:45 +0300)]
jasperenc: remove unused 'mimetype' variable

As mimetype is not used, we don't need to fetch it and therefore neither need
the structure s.

13 years agoUpdate spec file to fit with latest upstream spec files
Christian Fredrik Kalager Schaller [Thu, 19 May 2011 14:26:38 +0000 (15:26 +0100)]
Update spec file to fit with latest upstream spec files

13 years agoshm: Make gcc 4.6 happy
Olivier Crête [Wed, 18 May 2011 19:44:06 +0000 (15:44 -0400)]
shm: Make gcc 4.6 happy

Remove warnings due to initialized but never used warnings

13 years agoh264parse: max pps is 255
David Schleef [Wed, 18 May 2011 20:35:34 +0000 (13:35 -0700)]
h264parse: max pps is 255

Fixes #650484.

13 years agodecklink: Change counters to 64 bit unsigned integers.
Brian Gitonga Marete [Thu, 12 May 2011 19:54:44 +0000 (22:54 +0300)]
decklink: Change counters to 64 bit unsigned integers.

13 years agoconfigure: switch libcdaudio to pkg-config
David Schleef [Tue, 10 May 2011 23:14:32 +0000 (16:14 -0700)]
configure: switch libcdaudio to pkg-config

13 years agompegtsmux: use gst debug for tsmux library
David Schleef [Mon, 25 Apr 2011 02:11:36 +0000 (19:11 -0700)]
mpegtsmux: use gst debug for tsmux library

13 years agoavc: avcsrc is always enabled
Quentin Smith [Tue, 19 Apr 2011 19:04:05 +0000 (15:04 -0400)]
avc: avcsrc is always enabled

13 years agoavc: Include 200 bus cycles in each buffer (about 300 TS packets)
Quentin Smith [Tue, 19 Apr 2011 19:01:15 +0000 (15:01 -0400)]
avc: Include 200 bus cycles in each buffer (about 300 TS packets)

13 years agoavc: Emit a single buffer per callback
Quentin Smith [Tue, 19 Apr 2011 19:00:53 +0000 (15:00 -0400)]
avc: Emit a single buffer per callback

13 years agoavc: Track the number of enqueued and dequeued packets
Quentin Smith [Tue, 19 Apr 2011 17:53:54 +0000 (13:53 -0400)]
avc: Track the number of enqueued and dequeued packets

13 years agoavc: Dump timestamp information
Quentin Smith [Tue, 19 Apr 2011 17:53:23 +0000 (13:53 -0400)]
avc: Dump timestamp information

13 years agoavc: Save AVC objects in the GstAVCSrc object
Quentin Smith [Mon, 18 Apr 2011 19:37:57 +0000 (15:37 -0400)]
avc: Save AVC objects in the GstAVCSrc object

and stop them when the pipeline is stopped

13 years agoavc: Cycle and packet are unsigned
Quentin Smith [Mon, 18 Apr 2011 19:16:00 +0000 (15:16 -0400)]
avc: Cycle and packet are unsigned

13 years agoavc: avcsrc is a live source
Quentin Smith [Mon, 18 Apr 2011 19:15:28 +0000 (15:15 -0400)]
avc: avcsrc is a live source

13 years agoavc: Look in AVCVideoServices for headers
Quentin Smith [Mon, 18 Apr 2011 19:14:55 +0000 (15:14 -0400)]
avc: Look in AVCVideoServices for headers

13 years agoavc: attempt new configure
David Schleef [Mon, 18 Apr 2011 19:28:52 +0000 (12:28 -0700)]
avc: attempt new configure

13 years agoavc: Add AVC Video Services plugin for OS/X
David Schleef [Sun, 17 Apr 2011 02:42:00 +0000 (19:42 -0700)]
avc: Add AVC Video Services plugin for OS/X

13 years agoAutomatic update of common submodule
Stefan Kost [Wed, 18 May 2011 13:10:40 +0000 (16:10 +0300)]
Automatic update of common submodule

From fd35073 to 9e5bbd5

13 years agovp8enc: Name max/min quantizer properties {max,min}-quantizer
Sebastian Dröge [Wed, 18 May 2011 11:27:20 +0000 (13:27 +0200)]
vp8enc: Name max/min quantizer properties {max,min}-quantizer

Also improve quality property description.

13 years agovp8enc: Add properties to select a maximum and minimum quantizer
Alexey Fisher [Wed, 18 May 2011 11:26:23 +0000 (13:26 +0200)]
vp8enc: Add properties to select a maximum and minimum quantizer

Fixes bug #641405.

13 years agovp8enc: Fix quality to (constant) quantizer mapping
Alexey Fisher [Wed, 18 May 2011 11:18:58 +0000 (13:18 +0200)]
vp8enc: Fix quality to (constant) quantizer mapping

This now allows to select all possible quantizers between
0 and 63.

See bug #641405.

13 years agoAutomatic update of common submodule
Stefan Kost [Wed, 18 May 2011 09:24:47 +0000 (12:24 +0300)]
Automatic update of common submodule

From 46dfcea to fd35073

13 years agovarious: fix author tag in element details
Stefan Kost [Thu, 28 Apr 2011 12:59:38 +0000 (15:59 +0300)]
various: fix author tag in element details

13 years agoelement-templates: improve the audiofilter template
Stefan Kost [Wed, 27 Apr 2011 13:56:09 +0000 (16:56 +0300)]
element-templates: improve the audiofilter template

Add comments. Add start/stop methods. Add (commented) instance casts at the
begin of the method. Make transform_ip returning FLOW_OK by default.

13 years agoelement-maker: improve plugin_init()
Stefan Kost [Wed, 27 Apr 2011 13:51:55 +0000 (16:51 +0300)]
element-maker: improve plugin_init()

Return the result of gst_element_register(). Use the TYPE macro instead of the
_get_type() function.

13 years agoh264parse: fix some buffer leaks
Mark Nauwelaerts [Thu, 12 May 2011 09:57:19 +0000 (11:57 +0200)]
h264parse: fix some buffer leaks

Fixes #650323.

13 years agoh264parse: fixup boilerplate and debug code style
Mark Nauwelaerts [Thu, 12 May 2011 09:56:52 +0000 (11:56 +0200)]
h264parse: fixup boilerplate and debug code style

13 years agocamerabin2: Remove obsolete imagecapturebin
Thiago Santos [Fri, 13 May 2011 20:18:52 +0000 (17:18 -0300)]
camerabin2: Remove obsolete imagecapturebin

imagecapturebin has been replaced by encodebin, no need
for it anymore

13 years agocamerabin2: use jpeg as a container to force jifmux usage
Thiago Santos [Fri, 13 May 2011 19:27:17 +0000 (16:27 -0300)]
camerabin2: use jpeg as a container to force jifmux usage

Jifmux should be used as it can do xmp/exif tagging, so this patch
sets jpeg as a container to force it to be used together with
a jpeg encoder

13 years agocamerabin2: do proper EOS handling on send_event(eos)
Alessandro Decina [Thu, 12 May 2011 11:17:28 +0000 (11:17 +0000)]
camerabin2: do proper EOS handling on send_event(eos)

We first let the inner camera EOS. Then we manually post EOS on the image and
video sinks if those are <= READY and so have ignored EOS events.

13 years agocamerabin2: use encodebin to encode images
Alessandro Decina [Thu, 28 Apr 2011 13:11:36 +0000 (15:11 +0200)]
camerabin2: use encodebin to encode images

13 years agojifmux: Bump rank to secondary
Thiago Santos [Fri, 13 May 2011 18:16:14 +0000 (15:16 -0300)]
jifmux: Bump rank to secondary

jifmux is being used for quite some time and has no open bugs
currently, so we can give it a secondary rank at least.

Fixes #649391

13 years agojifmux: Change class to formatter
Thiago Santos [Fri, 13 May 2011 18:15:53 +0000 (15:15 -0300)]
jifmux: Change class to formatter

jifmux is a formatter and not a muxer

Fixes #649391

13 years agoexamples: camerabin2: Fix GOptionEntry array
Thiago Santos [Fri, 13 May 2011 12:11:35 +0000 (09:11 -0300)]
examples: camerabin2: Fix GOptionEntry array

Use no flags instead of passing G_OPTION_ARG_OPTIONAL to options that
must have an argument

13 years agocamerabin2: examples: build fixes
Thiago Santos [Thu, 12 May 2011 14:39:51 +0000 (11:39 -0300)]
camerabin2: examples: build fixes

Add some missing dependencies

13 years agocamerabin2: Changing how some properties work
Thiago Santos [Wed, 11 May 2011 21:35:40 +0000 (18:35 -0300)]
camerabin2: Changing how some properties work

Some properties (like viewfinder-filter) only are taken into use
on NULL->READY transitions and the get/set property was returning
the currently in use value, instead of the last set.

This is bad, as after setting 'a' to 'x', you expect that getting 'a'
will return 'x'. This patch fixes it.

If needed, later we could add current-* properties that are readonly
and get the current value in use.

13 years agocamerabin2: Updating PORTING file
Lasse Laukkanen [Fri, 29 Apr 2011 11:54:56 +0000 (08:54 -0300)]
camerabin2: Updating PORTING file

13 years agocamerabin2: Adding missing plugin error messages
Thiago Santos [Thu, 28 Apr 2011 19:05:53 +0000 (16:05 -0300)]
camerabin2: Adding missing plugin error messages

Whenever a required plugin is missing, camerabin2 should post
a missing plugin message to the bus

13 years agocamerabin2: encodebin might not have the requested pad
Thiago Santos [Thu, 28 Apr 2011 17:37:22 +0000 (14:37 -0300)]
camerabin2: encodebin might not have the requested pad

handle the case where encodebin doesn't have the pad
camerabin2 is requesting, either because of its current profile
or because of missing elements, making it fail to provide
the pad

13 years agoexamples: camerabin2: Add more arguments
Lasse Laukkanen [Wed, 27 Apr 2011 18:12:18 +0000 (15:12 -0300)]
examples: camerabin2: Add more arguments

Add command-line options for setting image-capture, viewfinder
and video-capture caps as strings.

The width and height properties are now used only if these new caps
properties aren't set.

13 years agocamerabin2: imagecapturebin: Fix tags merging mode
Thiago Santos [Tue, 26 Apr 2011 18:21:34 +0000 (15:21 -0300)]
camerabin2: imagecapturebin: Fix tags merging mode

Use merge replace mode to allow new tags to override old ones
and fix the use case where the last sent tags should be serialized
to the captured images.

13 years agocamerabin2: Fix tag handling for videos
Thiago Santos [Tue, 26 Apr 2011 17:53:35 +0000 (14:53 -0300)]
camerabin2: Fix tag handling for videos

In video mode the tags should be pushed after sending the start capture
to the source, this allows the video recording elements to be reset
and leave the flushing state they were at after a previous capture.

This fixes the problem where tags only work for the first video capture

13 years agotests: camerabin2: Fix set but unused variable warnings
Thiago Santos [Tue, 26 Apr 2011 17:50:29 +0000 (14:50 -0300)]
tests: camerabin2: Fix set but unused variable warnings

13 years agotests: camerabin2: Fix tags setting tests
Thiago Santos [Tue, 26 Apr 2011 17:49:35 +0000 (14:49 -0300)]
tests: camerabin2: Fix tags setting tests

Fixes the tags setting tests to reveal a bug in camerabin2
tag setting logic.

13 years agocamerabin2: Adding camera source documentation file
Thiago Santos [Mon, 25 Apr 2011 19:04:26 +0000 (16:04 -0300)]
camerabin2: Adding camera source documentation file

Adds a small text file with a brief description of
what is expected from a camerabin2 source element

13 years agobasecamerabinsrc: Handle errors from preview pipeline
Lauri Lehtinen [Mon, 11 Apr 2011 18:33:20 +0000 (15:33 -0300)]
basecamerabinsrc: Handle errors from preview pipeline

Implements a message handling function to preview pipeline bus.
If GST_MESSAGE_ERROR is seen, considers preview pipeline unable
to do its job and posts an error message to application.

Sets pipeline element to NULL so that subsequent calls to post_preview
and set_caps functions just returns without pushing anything to the
disposed preview pipeline. Leaves further actions to the application.

13 years agobasecamerabinsrc: Protection for previewpipeline when setting new preview caps
Lauri Lehtinen [Fri, 8 Apr 2011 12:22:11 +0000 (09:22 -0300)]
basecamerabinsrc: Protection for previewpipeline when setting new preview caps

Implements a state indicating flag to preview pipeline,
so that new caps are not set if the pipeline is processing a
preview. The caps are set as pending and applied when the
next preview post is called.

In this case a wait was implemented in the post_preview function,
so that new preview image buffer will wait until the other previews
have been posted to the application and the new caps can be used
safely.

13 years agoexamples: camerabin2: Fix compile problem with debug disabled
Thiago Santos [Tue, 29 Mar 2011 16:46:09 +0000 (13:46 -0300)]
examples: camerabin2: Fix compile problem with debug disabled

13 years agocamerabin2: viewfinderbin: Post missing plugin messages
Thiago Santos [Wed, 23 Mar 2011 21:41:02 +0000 (18:41 -0300)]
camerabin2: viewfinderbin: Post missing plugin messages

Makes viewfinderbin post missing plugin messages when it
can't create an internal elements

13 years agocamerabin2: Improve missing plugin message
Thiago Santos [Wed, 23 Mar 2011 21:40:03 +0000 (18:40 -0300)]
camerabin2: Improve missing plugin message

Improves the message text for missing plugin messages from
camerabin2

13 years agocamerabin2: Update porting file
Thiago Santos [Wed, 23 Mar 2011 20:46:56 +0000 (17:46 -0300)]
camerabin2: Update porting file

Update porting file with mention that stop-capture is now
async.

13 years agogst-camerabin2-test: Allow gst-launch pipelines for sinks
Robert Swain [Fri, 8 Apr 2011 15:58:42 +0000 (17:58 +0200)]
gst-camerabin2-test: Allow gst-launch pipelines for sinks

Use gst_parse_launch () to parse the sink strings to allow specification
of properties to sinks and of more advanced sink graphs.

13 years agocamerabin2: Fix debug print to show audio/video depending on pad type
Robert Swain [Mon, 4 Apr 2011 11:28:32 +0000 (13:28 +0200)]
camerabin2: Fix debug print to show audio/video depending on pad type

13 years agocamerabin2: Fix order of element state change
Robert Swain [Thu, 31 Mar 2011 11:08:48 +0000 (13:08 +0200)]
camerabin2: Fix order of element state change

To change the state of elements in a pipeline, we should mirror the
behaviour of GstBin which starts at the sink element and works its way
upstream.

13 years agovp8dec: debug code style fixes
Mark Nauwelaerts [Fri, 1 Apr 2011 20:13:55 +0000 (22:13 +0200)]
vp8dec: debug code style fixes