platform/upstream/gstreamer.git
15 years agofrei0r: Remove custom get_unit_size implementation
Sebastian Dröge [Tue, 16 Jun 2009 17:42:41 +0000 (19:42 +0200)]
frei0r: Remove custom get_unit_size implementation

This is already handled by the default one from GstVideoFilter

15 years agofrei0r: Fix the klass of the filter elements
Sebastian Dröge [Mon, 15 Jun 2009 15:05:36 +0000 (17:05 +0200)]
frei0r: Fix the klass of the filter elements

15 years agofrei0r: Free type names
Sebastian Dröge [Sun, 14 Jun 2009 17:41:27 +0000 (19:41 +0200)]
frei0r: Free type names

15 years agofrei0r: Unref the GstCollectPads instance on finalize
Sebastian Dröge [Sun, 14 Jun 2009 17:35:29 +0000 (19:35 +0200)]
frei0r: Unref the GstCollectPads instance on finalize

15 years agofrei0r: Don't allow caps changes in PLAYING/PAUSED
Sebastian Dröge [Sun, 14 Jun 2009 17:27:03 +0000 (19:27 +0200)]
frei0r: Don't allow caps changes in PLAYING/PAUSED

Most frei0r source plugins generate output based on
previous output and creating a new instance on caps
changes will let the output start at 0 again.

15 years agofreir0: Add support for frei0r mixer plugins
Sebastian Dröge [Sun, 14 Jun 2009 17:21:34 +0000 (19:21 +0200)]
freir0: Add support for frei0r mixer plugins

15 years agofrei0r: Destroy the f0r_instance_t in stop()
Sebastian Dröge [Sat, 13 Jun 2009 08:06:57 +0000 (10:06 +0200)]
frei0r: Destroy the f0r_instance_t in stop()

15 years agofrei0r: Add the frei0r plugin type to the element name
Sebastian Dröge [Fri, 12 Jun 2009 20:04:14 +0000 (22:04 +0200)]
frei0r: Add the frei0r plugin type to the element name

This makes it easier to distinguish generators from filters, etc

15 years agofrei0r: Add support for frei0r source/generator plugins
Sebastian Dröge [Fri, 12 Jun 2009 20:00:20 +0000 (22:00 +0200)]
frei0r: Add support for frei0r source/generator plugins

15 years agofrei0r: Allow the complete double range for double properties
Sebastian Dröge [Fri, 12 Jun 2009 13:13:29 +0000 (15:13 +0200)]
frei0r: Allow the complete double range for double properties

The spec restricts it to [0,1] but some plugins are using the
complete double range.

15 years agofrei0r: Use better property nicks
Sebastian Dröge [Fri, 12 Jun 2009 13:07:26 +0000 (15:07 +0200)]
frei0r: Use better property nicks

15 years agofrei0r: First version of a frei0r wrapper plugin
Sebastian Dröge [Fri, 12 Jun 2009 12:59:28 +0000 (14:59 +0200)]
frei0r: First version of a frei0r wrapper plugin

Currently this only supports frei0r filters.

15 years agoscaletempo: Explicitely cast to signed integers to fix a segfault
Maximilian Högner [Sun, 14 Jun 2009 18:00:51 +0000 (20:00 +0200)]
scaletempo: Explicitely cast to signed integers to fix a segfault

Fixes bug #585660.

15 years agoshapewipe: Implement basic QoS
Sebastian Dröge [Tue, 9 Jun 2009 17:14:41 +0000 (19:14 +0200)]
shapewipe: Implement basic QoS

This change is based on Tim's QoS implementation
for jpegdec.

15 years agoshapewipe: Proxy queries on the video pads to the correct peers
Sebastian Dröge [Tue, 9 Jun 2009 16:45:19 +0000 (18:45 +0200)]
shapewipe: Proxy queries on the video pads to the correct peers

15 years agoshapewipe: Proxy bufferalloc on the video sinkpad
Sebastian Dröge [Tue, 9 Jun 2009 16:37:43 +0000 (18:37 +0200)]
shapewipe: Proxy bufferalloc on the video sinkpad

15 years agoshapewipe: Try to work inplace if possible
Sebastian Dröge [Tue, 9 Jun 2009 16:25:13 +0000 (18:25 +0200)]
shapewipe: Try to work inplace if possible

This saves one new, large allocation per frame for the
most cases.

15 years agomxfdemux: fix stray semicolons that mess up if statement
Tim-Philipp Müller [Tue, 16 Jun 2009 17:46:49 +0000 (18:46 +0100)]
mxfdemux: fix stray semicolons that mess up if statement

15 years agodocs: Bump common to correct upload-doc.mak, fix a comment in the doc Makefile
Jan Schmidt [Thu, 11 Jun 2009 12:42:20 +0000 (13:42 +0100)]
docs: Bump common to correct upload-doc.mak, fix a comment in the doc Makefile

15 years agoBack to development -> 0.10.13.1
Jan Schmidt [Thu, 18 Jun 2009 19:33:00 +0000 (20:33 +0100)]
Back to development -> 0.10.13.1

15 years agoAdd 0.10.13 release entry to the doap file
Jan Schmidt [Thu, 18 Jun 2009 07:53:12 +0000 (08:53 +0100)]
Add 0.10.13 release entry to the doap file

15 years agoRelease 0.10.13
Jan Schmidt [Thu, 18 Jun 2009 07:29:56 +0000 (08:29 +0100)]
Release 0.10.13

15 years agoUpdate .po files
Jan Schmidt [Wed, 17 Jun 2009 20:56:56 +0000 (21:56 +0100)]
Update .po files

15 years agocamerabin: reset filename after capture to avoid racy when capturing again
Stefan Kost [Tue, 16 Jun 2009 14:09:26 +0000 (17:09 +0300)]
camerabin: reset filename after capture to avoid racy when capturing again

If we don't reset the filename we cannot check if we still expect the filename
for a subsequent capture pass. The imagebin would good to paused and we set the
filename in that state. This trigers an error-message and would capture to the
old filename.

15 years agocamerabin: cleanups in the tests
Stefan Kost [Fri, 12 Jun 2009 07:29:20 +0000 (10:29 +0300)]
camerabin: cleanups in the tests

Sprinkle more logging to make it easier to follow. Specify a low framerate and
capture resolution to avoid tests timing out. Make the sinks sync to test closer
to reality. Fix Makefile to use uninstalled interface.

15 years agocamerabin: set imagebin to PAUSED on capture and delayed filename setting
Stefan Kost [Fri, 12 Jun 2009 07:26:30 +0000 (10:26 +0300)]
camerabin: set imagebin to PAUSED on capture and delayed filename setting

We need to set imagebin to PAUSED to not fail the bufferalloc. We also need to
keep the filesinks state locked until we have the filename for the run.

15 years agooutputselector: do the pad_alloc for the pad that is pending and have a fallback
Stefan Kost [Fri, 12 Jun 2009 07:14:27 +0000 (10:14 +0300)]
outputselector: do the pad_alloc for the pad that is pending and have a fallback

We should do the pad_alloc for the pending pad if any, as we will switch to that
pad on next _chain() call. Also do a fallback alloc, if there is no output yet to
not fail state transitions in dynamic pipelines.

15 years agowin32: Bump win32 config.h version number too
Jan Schmidt [Thu, 11 Jun 2009 15:00:36 +0000 (16:00 +0100)]
win32: Bump win32 config.h version number too

15 years ago0.10.12.3 pre-release
Jan Schmidt [Fri, 5 Jun 2009 21:43:50 +0000 (22:43 +0100)]
0.10.12.3 pre-release

15 years agoAdded base libs to debug utils makefile
LRN [Sat, 6 Jun 2009 17:28:27 +0000 (21:28 +0400)]
Added base libs to debug utils makefile

Fixes #585015

15 years agotests/metadata: Don't try tags we can't handle. Fixes #584945
Edward Hervey [Sun, 7 Jun 2009 08:55:59 +0000 (10:55 +0200)]
tests/metadata: Don't try tags we can't handle. Fixes #584945

15 years agohdvparse: Link against libm because we use pow().
Edward Hervey [Sat, 6 Jun 2009 17:28:07 +0000 (19:28 +0200)]
hdvparse: Link against libm because we use pow().

15 years agoexamples: Don't build the mxf example if GTK isn't present.
Jan Schmidt [Sat, 6 Jun 2009 12:53:04 +0000 (13:53 +0100)]
examples: Don't build the mxf example if GTK isn't present.

15 years agoapexsink: Fix compiler warnings
Jan Schmidt [Sat, 6 Jun 2009 12:17:49 +0000 (13:17 +0100)]
apexsink: Fix compiler warnings

Fix compile warnings on solaris from bzero not being declared (use
memset instead), and strict-aliasing warnings (use a temporary
variable).

15 years agoid3mux: init genre field in ID3v1 tag to an invalid number
Tim-Philipp Müller [Sat, 6 Jun 2009 01:35:35 +0000 (02:35 +0100)]
id3mux: init genre field in ID3v1 tag to an invalid number

So that it is not interpreted as 'Blues' if no genre is to be written.

15 years agoid3mux: don't write ID3v1 tag until specifically instructed to do so
Tim-Philipp Müller [Sat, 6 Jun 2009 00:05:49 +0000 (01:05 +0100)]
id3mux: don't write ID3v1 tag until specifically instructed to do so

ID3v1 tags are one of the most broken and ill-designed things that
exist on this planet. Let's not write them by default.

15 years agoid3mux: don't write empty ID3v1 tag
Tim-Philipp Müller [Fri, 5 Jun 2009 23:58:46 +0000 (00:58 +0100)]
id3mux: don't write empty ID3v1 tag

15 years agoid3tag: rename new id3tag element to id3mux replacing the one removed from -ugly
Tim-Philipp Müller [Fri, 5 Jun 2009 23:39:10 +0000 (00:39 +0100)]
id3tag: rename new id3tag element to id3mux replacing the one removed from -ugly

15 years agonsf: Fix compiler warning on Solaris.
Jan Schmidt [Fri, 5 Jun 2009 22:52:05 +0000 (23:52 +0100)]
nsf: Fix compiler warning on Solaris.

A SEC() macro already exists on Solaris, causing warnings about
redefining it.

15 years agohdvparse: Fix the build on Commander Thaytan's S10SP
Edward Hervey [Fri, 5 Jun 2009 20:20:46 +0000 (22:20 +0200)]
hdvparse: Fix the build on Commander Thaytan's S10SP

15 years agogitignore: Ignore shapewipe unit test binary
Jan Schmidt [Fri, 5 Jun 2009 18:53:09 +0000 (19:53 +0100)]
gitignore: Ignore shapewipe unit test binary

15 years agoMoved 'x264enc' from -bad to -ugly
Jan Schmidt [Fri, 5 Jun 2009 18:32:26 +0000 (19:32 +0100)]
Moved 'x264enc' from -bad to -ugly

15 years agocamerabin: fix link order
Stefan Kost [Fri, 5 Jun 2009 18:17:55 +0000 (21:17 +0300)]
camerabin: fix link order

Move local version up in the link order.

15 years agohdvparse: Emit a GST_MESSAGE_ELEMENT with some goodness in it.
Edward Hervey [Fri, 5 Jun 2009 18:22:17 +0000 (20:22 +0200)]
hdvparse: Emit a GST_MESSAGE_ELEMENT with some goodness in it.

15 years agompegvideoparse: Add methods to get names of various values.
Edward Hervey [Fri, 5 Jun 2009 08:49:41 +0000 (10:49 +0200)]
mpegvideoparse: Add methods to get names of various values.

15 years agompegtsdemux: Fix HDV private stream definition/caps.
Edward Hervey [Fri, 5 Jun 2009 08:48:52 +0000 (10:48 +0200)]
mpegtsdemux: Fix HDV private stream definition/caps.

15 years agohdvparse: Rewrite from scratch. Handle both hdv-a and hdv-v
Edward Hervey [Fri, 5 Jun 2009 08:47:41 +0000 (10:47 +0200)]
hdvparse: Rewrite from scratch. Handle both hdv-a and hdv-v

This time we analyze a lot more information.

Still need to re-add the message emission.

15 years agoceltenc: correct framesize range
Wim Taymans [Fri, 5 Jun 2009 14:48:04 +0000 (16:48 +0200)]
celtenc: correct framesize range

A CELT framesize can be between 64 and 512 samples.
Fix a typo in the bitrate property description.

15 years agocamerabin: preview image sending optimization
Lasse Laukkanen [Wed, 27 May 2009 08:33:01 +0000 (11:33 +0300)]
camerabin: preview image sending optimization

 * decouple image capturing from image post-processing and encoding
 * post image-captured message after image is captured
 * post preview-image message with snapshot of captured image

15 years agocamerabin: don't lose post processing element in first reset
Lasse Laukkanen [Tue, 19 May 2009 13:58:36 +0000 (16:58 +0300)]
camerabin: don't lose post processing element in first reset

15 years agocamerabin: add debug including dot graph writing
Lasse Laukkanen [Tue, 12 May 2009 09:49:33 +0000 (12:49 +0300)]
camerabin: add debug including dot graph writing

15 years agocamerabin: unblock if error occurs during capture
Lasse Laukkanen [Tue, 5 May 2009 11:19:46 +0000 (14:19 +0300)]
camerabin: unblock if error occurs during capture

15 years agocamerabin: ignore night mode handling if already in night mode
Lasse Laukkanen [Mon, 4 May 2009 07:33:18 +0000 (10:33 +0300)]
camerabin: ignore night mode handling if already in night mode

15 years agocamerabin: stop ongoing capture if changing resolution
Lasse Laukkanen [Mon, 4 May 2009 07:32:10 +0000 (10:32 +0300)]
camerabin: stop ongoing capture if changing resolution

15 years agocamerabin: limit the size of video bin queue leading to view finder
Lasse Laukkanen [Thu, 23 Apr 2009 15:15:43 +0000 (18:15 +0300)]
camerabin: limit the size of video bin queue leading to view finder

We don't want to show old buffers in view finder.

15 years agocamerabin: don't proxy gst xoverlay interface
Lasse Laukkanen [Wed, 22 Apr 2009 09:29:14 +0000 (12:29 +0300)]
camerabin: don't proxy gst xoverlay interface

Default view finder sink in camerabin is autovideosink which doesn't
support xoverlay iface. If application decides to use another sink
that supports xoverlay, then it can use the interface directly.

15 years agocamerabin: allow configuring photography settings when in NULL state
Lasse Laukkanen [Mon, 20 Apr 2009 14:06:14 +0000 (17:06 +0300)]
camerabin: allow configuring photography settings when in NULL state

Cache the photography settings if set in NULL state and apply them later

15 years agophotography: add functions to set/get all settings with one call
Lasse Laukkanen [Mon, 20 Apr 2009 14:05:49 +0000 (17:05 +0300)]
photography: add functions to set/get all settings with one call

15 years agocamerabin: crop still image capture frame if necessary
Lasse Laukkanen [Mon, 9 Mar 2009 16:00:45 +0000 (18:00 +0200)]
camerabin: crop still image capture frame if necessary

If incoming still image capture frame aspect ratio differs from aspect
ratio that application requested, then apply crop to the frame.

15 years agodocs: add inspect files for new plugins
Tim-Philipp Müller [Fri, 5 Jun 2009 09:25:26 +0000 (10:25 +0100)]
docs: add inspect files for new plugins

15 years agodocs: fix build of plugin docs by updating inspect templates
Tim-Philipp Müller [Fri, 5 Jun 2009 09:16:23 +0000 (10:16 +0100)]
docs: fix build of plugin docs by updating inspect templates

The xml inspect data of the debugutilsbad plugin didn't contain the
data for the fpsdisplaysink element (someone probably ran 'make udpate'
in docs/plugins with the old libgstfpsdisplaysink.so from before the
rename still around).

15 years agoRevert "docs: add doc file fro new plugin"
Tim-Philipp Müller [Fri, 5 Jun 2009 09:34:30 +0000 (10:34 +0100)]
Revert "docs: add doc file fro new plugin"

This reverts commit 039ef3eb072555b7ca38fc351ca386bb680ccccc.

We don't track the stuff in xml/ in git.

15 years agodocs: add doc file fro new plugin
Stefan Kost [Fri, 5 Jun 2009 08:18:31 +0000 (11:18 +0300)]
docs: add doc file fro new plugin

15 years agooutput-selector: serialize setting and actual changing of new active pad
Lasse Laukkanen [Mon, 1 Jun 2009 13:31:42 +0000 (16:31 +0300)]
output-selector: serialize setting and actual changing of new active pad

15 years agooutput-selector: unref latest buffer also when resending has been disabled
Lasse Laukkanen [Mon, 4 May 2009 09:29:54 +0000 (12:29 +0300)]
output-selector: unref latest buffer also when resending has been disabled

15 years agooutput-selector: keep ref to buffer for resending only if explicitly requested
Lasse Laukkanen [Thu, 16 Apr 2009 14:32:03 +0000 (17:32 +0300)]
output-selector: keep ref to buffer for resending only if explicitly requested

15 years agoinputselector: don't leak pads in iterator
Wim Taymans [Thu, 4 Jun 2009 17:08:16 +0000 (19:08 +0200)]
inputselector: don't leak pads in iterator

15 years agompegdemux: Add a GST_MEMDUMP line in the descriptor parsing
Jan Schmidt [Thu, 4 Jun 2009 15:29:31 +0000 (16:29 +0100)]
mpegdemux: Add a GST_MEMDUMP line in the descriptor parsing

Make it possible to see descriptor contents in the debug output
(GST_DEBUG=mpegtsdesc:9), and remove a stray semi-colon.

15 years agompegtsdemux: Avoid passing the custom GST_FLOW_NEED_MORE_DATA upstream
Jan Schmidt [Thu, 4 Jun 2009 15:11:16 +0000 (16:11 +0100)]
mpegtsdemux: Avoid passing the custom GST_FLOW_NEED_MORE_DATA upstream

Don't return GST_FLOW_NEED_MORE_DATA from the chain function at the end
of files.

15 years agoinputselector: Notify when the tags property of the selector sinkpads changes
Sebastian Dröge [Thu, 4 Jun 2009 06:56:29 +0000 (08:56 +0200)]
inputselector: Notify when the tags property of the selector sinkpads changes

First part of bug #584686.

15 years agoshapewipe: Increase timeout of the unit test
Sebastian Dröge [Thu, 4 Jun 2009 06:56:14 +0000 (08:56 +0200)]
shapewipe: Increase timeout of the unit test

15 years agoBump core/base requirements to released versions
Tim-Philipp Müller [Wed, 3 Jun 2009 22:35:36 +0000 (23:35 +0100)]
Bump core/base requirements to released versions

15 years agoadd two new plugins to spec file
Christian Schaller [Tue, 2 Jun 2009 10:36:01 +0000 (11:36 +0100)]
add two new plugins to spec file

15 years agodvdspu: add missing header to Makefile.am: gstspu-common.h
Christian Schaller [Tue, 2 Jun 2009 10:23:37 +0000 (11:23 +0100)]
dvdspu: add missing header to Makefile.am: gstspu-common.h

15 years agodirac: use GST_CXXFLAGS instead of GST_CFLAGS for c++ compilers
Tim-Philipp Müller [Tue, 2 Jun 2009 00:09:32 +0000 (01:09 +0100)]
dirac: use GST_CXXFLAGS instead of GST_CFLAGS for c++ compilers

Fixes compiler message about passing -Wdeclaration-after-statement
to the C++ compiler.

15 years agoaacparse: fix sample rate extraction from codec data
Tim-Philipp Müller [Mon, 1 Jun 2009 14:53:27 +0000 (15:53 +0100)]
aacparse: fix sample rate extraction from codec data

In one case we extracted the sample rate index from the codec data
and saved it as sample rate rather than getting the real sample
rate from the table. Fix that, and also make sure we don't access
non-existant table entries by adding a small helper function that
guards against out-of-bounds access in case of invalid input data.

15 years agoaacparse, amrparse: remove bogus gst_pad_fixate_caps() calls
Tim-Philipp Müller [Mon, 1 Jun 2009 13:02:33 +0000 (14:02 +0100)]
aacparse, amrparse: remove bogus gst_pad_fixate_caps() calls

15 years agobaseparse: propagate return value of GstBaseParse::set_sink_caps()
Tim-Philipp Müller [Mon, 1 Jun 2009 12:56:18 +0000 (13:56 +0100)]
baseparse: propagate return value of GstBaseParse::set_sink_caps()

gst_base_parse_sink_setcaps() presumably should fail if the subclass
returns FALSE from its ::set_sink_caps() function.

15 years agobaseparse: don't try to GST_LOG an already-freed caps string
Tim-Philipp Müller [Mon, 1 Jun 2009 12:47:01 +0000 (13:47 +0100)]
baseparse: don't try to GST_LOG an already-freed caps string

The proper way to log caps is via GST_PTR_FORMAT anyway.

15 years agoaacparse: set channels and rate on output caps, and keep codec_data
Tim-Philipp Müller [Mon, 1 Jun 2009 12:05:35 +0000 (13:05 +0100)]
aacparse: set channels and rate on output caps, and keep codec_data

Create output caps from input caps, so we maintain any fields we
might get on the input caps, such as codec_data or rate and channels.
Set channels and rate on the output caps if we don't have input caps
or they don't contain such fields. We do this partly because we can,
but also because some muxers need this information. Tagreadbin will
also be happy about this.

15 years agogppmux: enhance ftyp brand heuristic. Fixes #584360.
Mark Nauwelaerts [Mon, 1 Jun 2009 20:42:08 +0000 (22:42 +0200)]
gppmux: enhance ftyp brand heuristic.  Fixes #584360.

15 years agoshapewipe: Fix some issues that were exposed by the new unit test
Sebastian Dröge [Mon, 1 Jun 2009 19:24:27 +0000 (21:24 +0200)]
shapewipe: Fix some issues that were exposed by the new unit test

15 years agoshapewipe: Add unit test for shapewipe
Sebastian Dröge [Mon, 1 Jun 2009 19:24:12 +0000 (21:24 +0200)]
shapewipe: Add unit test for shapewipe

15 years agoshapewipe: Add documentation and integrate into the build system
Sebastian Dröge [Sun, 31 May 2009 19:33:01 +0000 (21:33 +0200)]
shapewipe: Add documentation and integrate into the build system

15 years agosdpdemux: include glib.h before checking if G_OS_WIN32 is defined
Tim-Philipp Müller [Sun, 31 May 2009 19:24:44 +0000 (20:24 +0100)]
sdpdemux: include glib.h before checking if G_OS_WIN32 is defined

15 years ago.gitignore: ignore new shapewipe example binary
Tim-Philipp Müller [Sun, 31 May 2009 19:23:19 +0000 (20:23 +0100)]
.gitignore: ignore new shapewipe example binary

15 years agohdvparse: Setting rank to NONE so it doesn't get picked up by playbin2.
Edward Hervey [Sun, 31 May 2009 16:23:50 +0000 (18:23 +0200)]
hdvparse: Setting rank to NONE so it doesn't get picked up by playbin2.

15 years agohdvparse: Emit application message with the parsed information.
Edward Hervey [Sun, 31 May 2009 16:23:08 +0000 (18:23 +0200)]
hdvparse: Emit application message with the parsed information.

15 years agohdvparse: New element for parsing private/hdv-a1 streams.
Edward Hervey [Sun, 31 May 2009 12:15:11 +0000 (14:15 +0200)]
hdvparse: New element for parsing private/hdv-a1 streams.

15 years agoshapewipe: Adjust border to still have everything transparent at 1.0 and the other...
Sebastian Dröge [Fri, 29 May 2009 19:07:26 +0000 (21:07 +0200)]
shapewipe: Adjust border to still have everything transparent at 1.0 and the other way around

15 years agoshapewipe: Divide the border value by two, otherwise we use a twice a wide border
Sebastian Dröge [Fri, 29 May 2009 14:55:25 +0000 (16:55 +0200)]
shapewipe: Divide the border value by two, otherwise we use a twice a wide border

15 years agoshapewipe: Add border property to allow smooth borders
Sebastian Dröge [Fri, 29 May 2009 14:51:50 +0000 (16:51 +0200)]
shapewipe: Add border property to allow smooth borders

...and use a border of 0.01 in the example application.

15 years agompegtsdemux: Fix bogus uninitialised variable access
Jan Schmidt [Fri, 29 May 2009 14:44:51 +0000 (15:44 +0100)]
mpegtsdemux: Fix bogus uninitialised variable access

Typo in the previous commit

15 years agompegtsdemux: Use the ISO 639 language code descriptor to send tags.
Jan Schmidt [Fri, 29 May 2009 14:01:42 +0000 (15:01 +0100)]
mpegtsdemux: Use the ISO 639 language code descriptor to send tags.

If there is an ISO 639 language descriptor for a stream, send a language
code tag so that players can show a meaningful language for the audio and
subtitle streams.

15 years agoshapewipe: Fix Makefile of the example application
Sebastian Dröge [Fri, 29 May 2009 14:00:16 +0000 (16:00 +0200)]
shapewipe: Fix Makefile of the example application

15 years agoshapewipe: Add a simple shapewipe transition filter & example application
Sebastian Dröge [Fri, 29 May 2009 13:32:24 +0000 (15:32 +0200)]
shapewipe: Add a simple shapewipe transition filter & example application

15 years agortpbin: Transform the right session sdes message
Olivier Crête [Thu, 28 May 2009 21:37:44 +0000 (17:37 -0400)]
rtpbin: Transform the right session sdes message

Fixes #584165

15 years agoAdd ssrc to application/x-rtp-source-sdes structure
Olivier Crête [Thu, 28 May 2009 21:33:10 +0000 (17:33 -0400)]
Add ssrc to application/x-rtp-source-sdes structure

15 years agoaudioparse: add support for A-Law and µ-Law
Tim-Philipp Müller [Thu, 28 May 2009 22:12:13 +0000 (23:12 +0100)]
audioparse: add support for A-Law and µ-Law

15 years agogstspu: Fix compiler warnings on OS/X
Tristan Matthews [Thu, 28 May 2009 22:08:17 +0000 (23:08 +0100)]
gstspu: Fix compiler warnings on OS/X

Fix some warnings for format string args and uninitialized vars on OS/X
Fixes: #584164
Signed-off-by: Jan Schmidt <thaytan@noraisin.net>