platform/upstream/gstreamer.git
11 years agoRelease 0.11.93
Tim-Philipp Müller [Wed, 8 Aug 2012 14:32:19 +0000 (15:32 +0100)]
Release 0.11.93

11 years agompg123: dist header file
Tim-Philipp Müller [Wed, 8 Aug 2012 11:58:50 +0000 (12:58 +0100)]
mpg123: dist header file

11 years agowin32: update for photography API changes
Tim-Philipp Müller [Wed, 8 Aug 2012 11:13:13 +0000 (12:13 +0100)]
win32: update for photography API changes

11 years agotests: .gitignore new curlsmtpsink test binary
Tim-Philipp Müller [Wed, 8 Aug 2012 10:53:05 +0000 (11:53 +0100)]
tests: .gitignore new curlsmtpsink test binary

11 years agomimic: Port to 0.11
Olivier Crête [Fri, 3 Aug 2012 15:21:09 +0000 (16:21 +0100)]
mimic: Port to 0.11

11 years agowinks: add missing default switch case
Andoni Morales Alastruey [Tue, 7 Aug 2012 16:23:37 +0000 (18:23 +0200)]
winks: add missing default switch case

11 years agowinks: fix types
Andoni Morales Alastruey [Tue, 7 Aug 2012 16:23:05 +0000 (18:23 +0200)]
winks: fix types

11 years agowinks: fix format warnings
Andoni Morales Alastruey [Tue, 7 Aug 2012 16:22:36 +0000 (18:22 +0200)]
winks: fix format warnings

11 years agowinks: fix unused variables warnings
Andoni Morales Alastruey [Tue, 7 Aug 2012 16:21:49 +0000 (18:21 +0200)]
winks: fix unused variables warnings

11 years agowinks: don't reinitialize MEDIASUBTYPE_I420
Andoni Morales Alastruey [Tue, 7 Aug 2012 16:20:53 +0000 (18:20 +0200)]
winks: don't reinitialize MEDIASUBTYPE_I420

11 years agowinks: define STATIC_KSPROPSETID_Wave_Queued if not defined
Andoni Morales Alastruey [Tue, 7 Aug 2012 16:19:29 +0000 (18:19 +0200)]
winks: define STATIC_KSPROPSETID_Wave_Queued if not defined

11 years agowinks: integrate build with autotools
Andoni Morales Alastruey [Tue, 7 Aug 2012 14:53:02 +0000 (16:53 +0200)]
winks: integrate build with autotools

11 years agod3dvideosink: avoid duplicated symbols in static links
Andoni Morales Alastruey [Thu, 2 Aug 2012 12:26:32 +0000 (14:26 +0200)]
d3dvideosink: avoid duplicated symbols in static links

Rename the DLL entry point the avoid duplicated symbols in static
links.

11 years agod3dvideosink: avoid duplicated symbols in static links
Andoni Morales Alastruey [Thu, 2 Aug 2012 12:26:32 +0000 (14:26 +0200)]
d3dvideosink: avoid duplicated symbols in static links

Rename the DLL entry point the avoid duplicated symbols in static
links.

11 years agogst: Add stream-id to stream-start events
Sebastian Dröge [Mon, 6 Aug 2012 11:59:27 +0000 (13:59 +0200)]
gst: Add stream-id to stream-start events

11 years agovp8enc: initiate encoder to fix a crash.
Oleksij Rempel [Thu, 26 Jul 2012 17:31:14 +0000 (19:31 +0200)]
vp8enc: initiate encoder to fix a crash.

Without this patch vp8enc send header before and after first
key frame. On second keyframe vp8dec will crash without getting
decoded frame. With this pipe it is easy to reproduce this issue:
gst-launch-1.0 videotestsrc ! vp8enc ! vp8dec ! fakesink

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

11 years agoAutomatic update of common submodule
Tim-Philipp Müller [Sun, 5 Aug 2012 15:40:28 +0000 (16:40 +0100)]
Automatic update of common submodule

From 94ccf4c to 668acee

11 years agogst_tag_list_free -> gst_tag_list_unref
Tim-Philipp Müller [Sat, 4 Aug 2012 15:31:30 +0000 (16:31 +0100)]
gst_tag_list_free -> gst_tag_list_unref

11 years agocurl: fixed some memory leaks in the plugin and the unit tests
Patricia Muscalu [Fri, 3 Aug 2012 09:31:00 +0000 (11:31 +0200)]
curl: fixed some memory leaks in the plugin and the unit tests

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

11 years agoconfigure: require libmpg123 >= 1.13 for 24-bit formats
Tim-Philipp Müller [Fri, 3 Aug 2012 13:12:05 +0000 (14:12 +0100)]
configure: require libmpg123 >= 1.13 for 24-bit formats

11 years agompg123: map input buffer in READ mode, not WRITE mode
Tim-Philipp Müller [Fri, 3 Aug 2012 12:43:31 +0000 (13:43 +0100)]
mpg123: map input buffer in READ mode, not WRITE mode

Makes things actually work.

11 years agompg123: query supported output formats at run-time
Tim-Philipp Müller [Fri, 3 Aug 2012 10:50:10 +0000 (11:50 +0100)]
mpg123: query supported output formats at run-time

Fixes stuff. We use a string here since we can't be bothered
with GValue.

11 years agompg123: hook up to build system
Tim-Philipp Müller [Fri, 3 Aug 2012 10:48:02 +0000 (11:48 +0100)]
mpg123: hook up to build system

11 years agompg123: add new libmpg123-based mp3 decoder plugin
Carlos Rafael Giani [Fri, 3 Aug 2012 10:13:48 +0000 (11:13 +0100)]
mpg123: add new libmpg123-based mp3 decoder plugin

Needs a bit of cleaning up.

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

11 years agoschroedinger, mpegtsmux: fix plugin names
Tim-Philipp Müller [Thu, 2 Aug 2012 23:10:01 +0000 (00:10 +0100)]
schroedinger, mpegtsmux: fix plugin names

11 years agowrappercamerabinsrc: Save image/video reconfiguration until capturing
Robert Swain [Tue, 31 Jul 2012 07:36:35 +0000 (09:36 +0200)]
wrappercamerabinsrc: Save image/video reconfiguration until capturing

Add a src pad event handler function that filters reconfigure events to
trigger the renegotiation code paths in the mode-specific start-capture
phase.

This is to work towards fixing unit tests but more work is needed.

11 years agofaad: do not access frame buffer following _finish_frame call
Mark Nauwelaerts [Thu, 2 Aug 2012 12:40:55 +0000 (14:40 +0200)]
faad: do not access frame buffer following _finish_frame call

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

11 years agomplex: default to DVD MPEG-2 format instead of Generic MPEG-1
Tim-Philipp Müller [Wed, 1 Aug 2012 10:34:08 +0000 (11:34 +0100)]
mplex: default to DVD MPEG-2 format instead of Generic MPEG-1

11 years agomplexjob: add nicks for format enums, add some more formats
Tim-Philipp Müller [Wed, 1 Aug 2012 10:31:04 +0000 (11:31 +0100)]
mplexjob: add nicks for format enums, add some more formats

11 years agotests: fix jifmux test for fixed fail()
Tim-Philipp Müller [Mon, 30 Jul 2012 16:21:10 +0000 (17:21 +0100)]
tests: fix jifmux test for fixed fail()

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

11 years agotests: camerabin: fix preview message handling
Thiago Santos [Sun, 29 Jul 2012 04:11:29 +0000 (01:11 -0300)]
tests: camerabin: fix preview message handling

Preview messages now contain GstSamples instead of GstBuffers

11 years agocamerabin: update preview buffer pushing
Thiago Santos [Sun, 29 Jul 2012 03:53:29 +0000 (00:53 -0300)]
camerabin: update preview buffer pushing

need to pass a GstSample to the utilitary preview buffer post functions
as a GstBuffer doesn't have caps anymore. The GstSample has the GstCaps
and it is used to inform the preview's pipeline about the format of the
input, before it gets converted to the user's requested output format.

11 years agoRevert "camerabin: update to new tag event creation API"
Tim-Philipp Müller [Sat, 28 Jul 2012 23:04:35 +0000 (00:04 +0100)]
Revert "camerabin: update to new tag event creation API"

This reverts commit 5d890b3c92714e1f37163290c32911bcd7818a57.

The new API is the old API.

11 years agocamerabin: Fix references to avoid element leaking
Thiago Santos [Sat, 28 Jul 2012 21:04:57 +0000 (18:04 -0300)]
camerabin: Fix references to avoid element leaking

Some pad probes are never going to be removed from the pads, so
we shouldn't keep a camerabin reference with them or camerabin will
never get released

11 years agocamerabin: update to new tag event creation API
Thiago Santos [Sat, 28 Jul 2012 18:17:17 +0000 (15:17 -0300)]
camerabin: update to new tag event creation API

11 years agoexamples: camerabin: remove assertion on null property
Thiago Santos [Sat, 28 Jul 2012 15:09:42 +0000 (12:09 -0300)]
examples: camerabin: remove assertion on null property

Check if the flags are not null before trying to set them to
camerabin to avoid an assertion

11 years agotag: Update for taglist/tag event API changes
Sebastian Dröge [Fri, 27 Jul 2012 22:32:58 +0000 (00:32 +0200)]
tag: Update for taglist/tag event API changes

11 years agoassrender: process ATTACHMENT tag as sample
Mark Nauwelaerts [Fri, 27 Jul 2012 11:22:52 +0000 (13:22 +0200)]
assrender: process ATTACHMENT tag as sample

12 years agofaac, voaacenc: adjust to modified audioencoder getcaps helper API
Mark Nauwelaerts [Wed, 25 Jul 2012 14:05:12 +0000 (16:05 +0200)]
faac, voaacenc: adjust to modified audioencoder getcaps helper API

12 years agoaudiovisualizer: fixate caps
Wim Taymans [Tue, 24 Jul 2012 10:28:18 +0000 (12:28 +0200)]
audiovisualizer: fixate caps

12 years agoguadi: prefix orc functions with gaudi_orc_
Wim Taymans [Tue, 24 Jul 2012 08:46:39 +0000 (10:46 +0200)]
guadi: prefix orc functions with gaudi_orc_

12 years agofieldanalysis: prefix orc functions
Wim Taymans [Tue, 24 Jul 2012 08:44:51 +0000 (10:44 +0200)]
fieldanalysis: prefix orc functions

12 years agobayer: prefix orc functions with bayer_orc
Wim Taymans [Tue, 24 Jul 2012 08:32:51 +0000 (10:32 +0200)]
bayer: prefix orc functions with bayer_orc

Add bayer orc to the unit test

12 years agotests: fix visualizer compilation
Wim Taymans [Tue, 24 Jul 2012 08:32:20 +0000 (10:32 +0200)]
tests: fix visualizer compilation

12 years agoschro: Add support for video metadata and arbitrary strides
Sebastian Dröge [Mon, 23 Jul 2012 09:36:01 +0000 (11:36 +0200)]
schro: Add support for video metadata and arbitrary strides

12 years agoschro: Map raw video buffers with the correct read/write flags
Sebastian Dröge [Mon, 23 Jul 2012 08:54:17 +0000 (10:54 +0200)]
schro: Map raw video buffers with the correct read/write flags

12 years agoext: Update for video base classes API changes
Sebastian Dröge [Mon, 23 Jul 2012 08:35:03 +0000 (10:35 +0200)]
ext: Update for video base classes API changes

12 years agoAutomatic update of common submodule
Sebastian Dröge [Mon, 23 Jul 2012 06:45:41 +0000 (08:45 +0200)]
Automatic update of common submodule

From 98e386f to 94ccf4c

12 years agovp8enc: fix memory leak
Oleksij Rempel [Sat, 21 Jul 2012 17:59:21 +0000 (19:59 +0200)]
vp8enc: fix memory leak

unref frame. i hope it is correct place to do it.

Signed-off-by: Oleksij Rempel <bug-track@fisher-privat.net>
12 years agointerlace: Use buffer flags and caps correctly
Robert Swain [Fri, 20 Jul 2012 21:28:49 +0000 (23:28 +0200)]
interlace: Use buffer flags and caps correctly

This requires a recent commit to -base that adds an INTERLACED buffer
flag.

12 years agofaad: only discard frame once upon decoding error
Mark Nauwelaerts [Fri, 20 Jul 2012 14:43:19 +0000 (16:43 +0200)]
faad: only discard frame once upon decoding error

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

12 years agospectrascope: fabs->sqrt to calculate the magnitude
Stefan Sauer [Thu, 19 Jul 2012 14:10:40 +0000 (16:10 +0200)]
spectrascope: fabs->sqrt to calculate the magnitude

12 years agompegpsdemux: also activate in push mode if the scheduling query failed
Tim-Philipp Müller [Wed, 18 Jul 2012 08:19:30 +0000 (09:19 +0100)]
mpegpsdemux: also activate in push mode if the scheduling query failed

In case pads are unlinked somewhere.

12 years agompegdemux: fix push mode activation
Tim-Philipp Müller [Wed, 18 Jul 2012 07:41:43 +0000 (08:41 +0100)]
mpegdemux: fix push mode activation

Extra unref on push mode activation caused havoc.

12 years agospc: extract year as GstDateTime instead of GDate
Tim-Philipp Müller [Sun, 15 Jul 2012 23:05:26 +0000 (00:05 +0100)]
spc: extract year as GstDateTime instead of GDate

12 years agodvbsuboverlay: no need to make buffer writable twice
Mark Nauwelaerts [Tue, 17 Jul 2012 16:05:23 +0000 (18:05 +0200)]
dvbsuboverlay: no need to make buffer writable twice

12 years agodvbsuboverlay: plug some ref leaks
Mark Nauwelaerts [Tue, 17 Jul 2012 16:05:00 +0000 (18:05 +0200)]
dvbsuboverlay: plug some ref leaks

12 years agodvbsuboverlay: adjust to modified video overlay composition API
Mark Nauwelaerts [Tue, 17 Jul 2012 12:02:14 +0000 (14:02 +0200)]
dvbsuboverlay: adjust to modified video overlay composition API

12 years agoupdate for RTP buffer api changes
Wim Taymans [Tue, 17 Jul 2012 14:39:02 +0000 (16:39 +0200)]
update for RTP buffer api changes

12 years agoaudiovisualizer: shorten base class name
Stefan Sauer [Mon, 16 Jul 2012 20:02:44 +0000 (22:02 +0200)]
audiovisualizer: shorten base class name

As suggested on IRC rename to AudioVisualizer. We use custom suffix on the type
to avoid clashing with other copies for the time being.

12 years agocelt, opencv, wayland, dvbsub, festival, hls: printf format fixes
Tim-Philipp Müller [Sun, 15 Jul 2012 11:27:12 +0000 (12:27 +0100)]
celt, opencv, wayland, dvbsub, festival, hls: printf format fixes

12 years agowayland: don't link to gstinterfaces, which doesn't exist any more
Alban Browaeys [Sat, 14 Jul 2012 13:51:08 +0000 (15:51 +0200)]
wayland: don't link to gstinterfaces, which doesn't exist any more

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

12 years agoopencv: port to 0.11
Sreerenj Balachandran [Fri, 29 Jun 2012 21:22:40 +0000 (00:22 +0300)]
opencv: port to 0.11

Basic port to 0.11 API.

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

12 years agodvbsuboverlay: adaptively blend or attach video overlay composition
Mark Nauwelaerts [Fri, 13 Jul 2012 10:32:51 +0000 (12:32 +0200)]
dvbsuboverlay: adaptively blend or attach video overlay composition

Conflicts:

gst/dvbsuboverlay/gstdvbsuboverlay.c

12 years agodvbsuboverlay: use video overlay composition helper
Mark Nauwelaerts [Fri, 13 Jul 2012 10:27:57 +0000 (12:27 +0200)]
dvbsuboverlay: use video overlay composition helper

... rather than custom home-made blending.

Conflicts:

gst/dvbsuboverlay/gstdvbsuboverlay.c

12 years agotsdemux: more correctly determine expected PES packet payload size
Mark Nauwelaerts [Thu, 12 Jul 2012 08:13:50 +0000 (10:13 +0200)]
tsdemux: more correctly determine expected PES packet payload size

... particularly considering that packet_length == 0 is possible.

12 years agopitch: register as effect
Stefan Sauer [Wed, 11 Jul 2012 21:17:19 +0000 (23:17 +0200)]
pitch: register as effect

12 years agotsdemux: correctly determine expected PES packet payload size
Mark Nauwelaerts [Wed, 11 Jul 2012 18:34:05 +0000 (20:34 +0200)]
tsdemux: correctly determine expected PES packet payload size

Avoids consistently failing to detect that a packet is complete, which
would then only be pushed upon the start of a next packet, which leads
to quite a delay in case of a sparse (subtitle) stream.

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

12 years agodvbsuboverlay: ensure minimum page time out of 1 second
Mark Nauwelaerts [Tue, 10 Jul 2012 15:58:22 +0000 (17:58 +0200)]
dvbsuboverlay: ensure minimum page time out of 1 second

... to compensate for some bogus subtitle with a 0 timeout, which would
result in only being shown for a very unreadable amount of time.

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

12 years agotests: fix build of pitch-test
Tim-Philipp Müller [Wed, 11 Jul 2012 13:27:46 +0000 (14:27 +0100)]
tests: fix build of pitch-test

Does not sound like the same test in 0.10 though..

12 years agodvbsuboverlay: fix compiler warnings
Tim-Philipp Müller [Wed, 11 Jul 2012 12:59:18 +0000 (13:59 +0100)]
dvbsuboverlay: fix compiler warnings

gstdvbsuboverlay.c:772:15: error: pointer targets in passing argument 5 of 'gst_segment_clip' differ in signedness
/home/tpm/gst/0.11/gstreamer/gst/gstsegment.h:192:14: note: expected 'guint64 *' but argument is of type 'gint64 *'
gstdvbsuboverlay.c:772:15: error: pointer targets in passing argument 6 of 'gst_segment_clip' differ in signedness

12 years agodvbsuboverlay: fixup end-of-display-set forcing
Mark Nauwelaerts [Wed, 11 Jul 2012 11:49:14 +0000 (13:49 +0200)]
dvbsuboverlay: fixup end-of-display-set forcing

Conflicts:

gst/dvbsuboverlay/gstdvbsuboverlay.c

12 years agodvbsuboverlay: ensure valid subtitle running time by proper clipping
Mark Nauwelaerts [Wed, 11 Jul 2012 11:48:32 +0000 (13:48 +0200)]
dvbsuboverlay: ensure valid subtitle running time by proper clipping

In particular, pass buffer timestamp (pts) to dvb_sub, and then clip
and convert to running time when the duration (timeout) is known after
decoding it.

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

Conflicts:

gst/dvbsuboverlay/gstdvbsuboverlay.c

12 years agodvbsuboverlay: properly force end-of-display-set
Mark Nauwelaerts [Wed, 11 Jul 2012 11:45:14 +0000 (13:45 +0200)]
dvbsuboverlay: properly force end-of-display-set

... which is upon receiving new data with different PTS spec-wise,
or optionally upon each packet of subtitle data if desired by property.

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

Conflicts:

gst/dvbsuboverlay/gstdvbsuboverlay.c

12 years agodvbsuboverlay: Handle non_modifying_colour_flag correctly in the RLE handlers
Mart Raudsepp [Wed, 21 Dec 2011 11:00:27 +0000 (13:00 +0200)]
dvbsuboverlay: Handle non_modifying_colour_flag correctly in the RLE handlers

The check for when to not memset was checking on an undeterministic 'bits' variable value,
which is only meant to be used inside the loop earlier when it is supposed to check if
clut_index is 1 together with non_mod set, as per spec:

"non_modifying_colour_flag:  If set to '1' this indicates that the CLUT entry value '1'
is a non modifying colour. When the non modifying colour is assigned to an object pixel,
then the pixel of the underlying region background or object shall not be modified. This
can be used to create "transparent holes" in objects."

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

12 years agophotography: update documentation
Lasse Laukkanen [Wed, 13 Oct 2010 07:55:17 +0000 (10:55 +0300)]
photography: update documentation

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

12 years agophotography: Add manual control of exposure, focus and white balance
Lasse Laukkanen [Thu, 14 Oct 2010 07:49:55 +0000 (10:49 +0300)]
photography: Add manual control of exposure, focus and white balance

Add new interface properties and mode for better manual control of
exposure, focus and white balance.

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

12 years agophotography: Add GstPhotography prefix and fix spelling colour->color
Lasse Laukkanen [Fri, 8 Oct 2010 08:33:31 +0000 (11:33 +0300)]
photography: Add GstPhotography prefix and fix spelling colour->color

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

12 years agocodecparsers: minor header indentation clean-up for mpegvideoparser
Tim-Philipp Müller [Tue, 10 Jul 2012 22:27:23 +0000 (23:27 +0100)]
codecparsers: minor header indentation clean-up for mpegvideoparser

12 years agosoundtouch: port to 0.11
Wim Taymans [Tue, 10 Jul 2012 15:47:20 +0000 (17:47 +0200)]
soundtouch: port to 0.11

12 years agofestival: unmap input buffer
Wim Taymans [Tue, 10 Jul 2012 10:10:28 +0000 (12:10 +0200)]
festival: unmap input buffer

12 years agoport festival to 0.11
Sreerenj Balachandran [Wed, 4 Jul 2012 07:14:35 +0000 (10:14 +0300)]
port festival to 0.11

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

12 years agotests: fix some pad template-related criticals in camerabin test
Tim-Philipp Müller [Tue, 10 Jul 2012 10:14:59 +0000 (11:14 +0100)]
tests: fix some pad template-related criticals in camerabin test

12 years agodataurisrc: copy into provided buffer if a buffer is provided
Tim-Philipp Müller [Mon, 9 Jul 2012 23:59:40 +0000 (00:59 +0100)]
dataurisrc: copy into provided buffer if a buffer is provided

12 years agotests: fix zbar test
Tim-Philipp Müller [Mon, 9 Jul 2012 21:08:50 +0000 (22:08 +0100)]
tests: fix zbar test

12 years agoasfmux: update for riff field rename
Mark Nauwelaerts [Mon, 9 Jul 2012 10:22:45 +0000 (12:22 +0200)]
asfmux: update for riff field rename

12 years agoaudiovisualizers: update baseclass from libvisual porting
Stefan Sauer [Sun, 8 Jul 2012 17:23:30 +0000 (19:23 +0200)]
audiovisualizers: update baseclass from libvisual porting

12 years agodtmfsrc: pass unhandled non-custom events to the base class
Tim-Philipp Müller [Sat, 7 Jul 2012 23:08:55 +0000 (00:08 +0100)]
dtmfsrc: pass unhandled non-custom events to the base class

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

12 years agoasfmux: remove deprecated "is-live" property
Tim-Philipp Müller [Fri, 6 Jul 2012 13:53:57 +0000 (14:53 +0100)]
asfmux: remove deprecated "is-live" property

Use the "streamable" property instead.

12 years agoupdate for query api changes
Wim Taymans [Fri, 6 Jul 2012 09:50:53 +0000 (11:50 +0200)]
update for query api changes

12 years agoupdate for query api changes
Wim Taymans [Fri, 6 Jul 2012 09:26:55 +0000 (11:26 +0200)]
update for query api changes

12 years agoupdate for allocation query changes
Wim Taymans [Fri, 6 Jul 2012 09:03:04 +0000 (11:03 +0200)]
update for allocation query changes

12 years agoshmsrc: memory corruption when a client disconnects (fixes #679385)
Aleix Conchillo Flaque [Wed, 4 Jul 2012 09:38:51 +0000 (11:38 +0200)]
shmsrc: memory corruption when a client disconnects (fixes #679385)

12 years agogst: Implement segment-done event
Sebastian Dröge [Thu, 5 Jul 2012 11:18:47 +0000 (13:18 +0200)]
gst: Implement segment-done event

12 years agodirectsoundsrc: Chain up to the parent class' finalize implementation
Sebastian Dröge [Tue, 3 Jul 2012 10:57:58 +0000 (12:57 +0200)]
directsoundsrc: Chain up to the parent class' finalize implementation

12 years agodecklinksink: Better handling of audio output
David Schleef [Tue, 3 Jul 2012 00:55:37 +0000 (17:55 -0700)]
decklinksink: Better handling of audio output

Conflicts:

sys/decklink/gstdecklinksink.cpp

12 years agodecklinksrc: Send newsegment events
David Schleef [Tue, 3 Jul 2012 00:52:15 +0000 (17:52 -0700)]
decklinksrc: Send newsegment events

12 years agodecklinksink: Mark element as sink element
David Schleef [Tue, 3 Jul 2012 00:51:18 +0000 (17:51 -0700)]
decklinksink: Mark element as sink element

12 years agodecklink: use GOnce in type registration
David Schleef [Tue, 3 Jul 2012 00:49:54 +0000 (17:49 -0700)]
decklink: use GOnce in type registration

12 years agointer: Increase the inter audio surface buffering
David Schleef [Tue, 3 Jul 2012 00:32:14 +0000 (17:32 -0700)]
inter: Increase the inter audio surface buffering