platform/upstream/gstreamer.git
14 years agocamerabin: fix setting filter-caps property in NULL state
Lasse Laukkanen [Wed, 4 Nov 2009 11:24:13 +0000 (13:24 +0200)]
camerabin: fix setting filter-caps property in NULL state

Split _set_capsfilter_caps() into two parts so that we can call one part
regardless of the element state.

14 years agocamerabin: improve image done signal emission
Lasse Laukkanen [Fri, 11 Sep 2009 06:38:51 +0000 (09:38 +0300)]
camerabin: improve image done signal emission

Use g_idle_add_full() with G_PRIORITY_HIGH to emit image done signal,
g_idle_add() is more likely to starve with higher priority events.

14 years agoconfigure: Remove -Wundef flag
Edward Hervey [Mon, 12 Apr 2010 10:42:06 +0000 (12:42 +0200)]
configure: Remove -Wundef flag

Same fix as for #615161

14 years agovdpau: Correctly link to the local libgstvdp-0.10 by using the libtool archive
Sebastian Dröge [Mon, 12 Apr 2010 07:16:19 +0000 (09:16 +0200)]
vdpau: Correctly link to the local libgstvdp-0.10 by using the libtool archive

14 years agotests: camerabin: enable camerabin tests
Thiago Santos [Fri, 9 Apr 2010 12:14:02 +0000 (09:14 -0300)]
tests: camerabin: enable camerabin tests

Re-enabling camerabin tests, they are passing.

14 years agoAutomatic update of common submodule
Sebastian Dröge [Fri, 9 Apr 2010 09:22:55 +0000 (11:22 +0200)]
Automatic update of common submodule

From fdf023d to fc85867

14 years agotests: Fix compilation error on macosx
Edward Hervey [Thu, 8 Apr 2010 10:00:10 +0000 (12:00 +0200)]
tests: Fix compilation error on macosx

14 years agooss4: 8-bit PCM audio caps don't need an endianness field
Tim-Philipp Müller [Thu, 8 Apr 2010 09:45:33 +0000 (10:45 +0100)]
oss4: 8-bit PCM audio caps don't need an endianness field

14 years agooss4: don't iterate the formats table twice for each entry
Tim-Philipp Müller [Thu, 8 Apr 2010 09:40:02 +0000 (10:40 +0100)]
oss4: don't iterate the formats table twice for each entry

When iterating the formats table, we can just pass the whole
entry to our helper function, which avoids iterating the table
again to find the entry structure from the passed format id.

14 years agooss4: also accept formats not natively supported
Tim-Philipp Müller [Tue, 30 Mar 2010 10:43:04 +0000 (11:43 +0100)]
oss4: also accept formats not natively supported

Also accept formats that are not natively supported by the
hardware, OSS4 can convert them internally. List the native
formats first in the caps though, to express our preference
for the native formats. We need this in order to support the
case properly where the audio hardware supports only e.g.
little endian PCM, but the host is big endian, since many
audio elements only support native endianness and make the
reasonable assumption that any audiosink will be able to
handle audio in native endianness.

Based on patch by Jerry Tan <jerry.tan@sun.com>

Fixes #614317.

14 years agosoundtouch: use $(LIBM) in Makefile.am instead of -lm
Tim-Philipp Müller [Thu, 8 Apr 2010 07:48:35 +0000 (08:48 +0100)]
soundtouch: use $(LIBM) in Makefile.am instead of -lm

14 years agoinvtelecine: fix print format in debug message
Tim-Philipp Müller [Thu, 8 Apr 2010 00:42:23 +0000 (01:42 +0100)]
invtelecine: fix print format in debug message

14 years agoassrender: pass constant string as format string to printf
Tim-Philipp Müller [Thu, 8 Apr 2010 00:41:31 +0000 (01:41 +0100)]
assrender: pass constant string as format string to printf

Fix compiler warning about non-string literal being passed as
first argument to print.

14 years agobaseparse: Don't emit bitrate tags too early
Arun Raghavan [Fri, 26 Mar 2010 18:56:49 +0000 (18:56 +0000)]
baseparse: Don't emit bitrate tags too early

We wait to parse a minimum number of frames (10, arbitrarily) before
emiting bitrate tags so that our early estimates are not wildly
inaccurate for streams that start with a silence. If the stream ends
before that, we just emit the tags anyway.

While it _would_ be nicer to be specify the threshold to start pushing
the tags in terms of duration, this would introduce more complexity than
this merits.

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

14 years agometadata: fix crash when converting units
Benjamin Otte [Wed, 7 Apr 2010 09:22:43 +0000 (11:22 +0200)]
metadata: fix crash when converting units

x/y-resolution are fractions, so setting them using float values is not
a good idea.

https://bugzilla.redhat.com/show_bug.cgi?id=577655

14 years agompegtsdemux: Add support for BlueRay style DTS
Sebastian Dröge [Mon, 5 Apr 2010 08:33:26 +0000 (10:33 +0200)]
mpegtsdemux: Add support for BlueRay style DTS

Fixes bug #614259.

14 years agompegtsdemux: Add support for the two DTS HD stream types
Sebastian Dröge [Sun, 4 Apr 2010 18:23:00 +0000 (20:23 +0200)]
mpegtsdemux: Add support for the two DTS HD stream types

Fixes bug #614259.

14 years agompegtspacketizer: Additionally use the CRC to check if tables are duplicates
Sebastian Pölsterl [Fri, 2 Apr 2010 17:52:25 +0000 (19:52 +0200)]
mpegtspacketizer: Additionally use the CRC to check if tables are duplicates

The current code just uses table id, subtable extension and version number to
check if the section has been seen before. However, this comparison is not
sufficient, causing actually new tables being dismissed.

Fixes bug #614479.

14 years agoh264parse: Correctly clean up internal state for reuse
Sebastian Dröge [Fri, 2 Apr 2010 17:48:56 +0000 (19:48 +0200)]
h264parse: Correctly clean up internal state for reuse

Fixes bug #614591.

14 years agompegtsparse: Make sure that the buffer metadata is writable before setting caps
Sebastian Dröge [Fri, 2 Apr 2010 17:19:23 +0000 (19:19 +0200)]
mpegtsparse: Make sure that the buffer metadata is writable before setting caps

Fixes bug #614349.

14 years agodvbsrc: Use uint instead of int for frequency and symbol-rate properties
Sebastian Dröge [Fri, 2 Apr 2010 17:09:40 +0000 (19:09 +0200)]
dvbsrc: Use uint instead of int for frequency and symbol-rate properties

The kernel API specifies them as uint32 and frequencies/symbol-rates greater
than 2^31 are actually needed sometimes.

Fixes bug #614475.

14 years agobuild: build plugins and examples in parallel where possible, if make -jN is used
Tim-Philipp Müller [Tue, 30 Mar 2010 00:17:15 +0000 (01:17 +0100)]
build: build plugins and examples in parallel where possible, if make -jN is used

14 years agopo: update for string changes and new comment
Tim-Philipp Müller [Tue, 30 Mar 2010 00:16:32 +0000 (01:16 +0100)]
po: update for string changes and new comment

14 years agooss4: add comment for translators
Tim-Philipp Müller [Tue, 30 Mar 2010 00:14:58 +0000 (01:14 +0100)]
oss4: add comment for translators

Not that that will make these strings much better. Also remove i18n
marker where it doesn't make sense.

14 years agoqtmux: use GStreamer package name and origin in the plugin info
Tim-Philipp Müller [Sat, 27 Mar 2010 09:46:30 +0000 (09:46 +0000)]
qtmux: use GStreamer package name and origin in the plugin info

14 years agoh264parse: fix writing NALU prefix for byte-stream output format
Mark Nauwelaerts [Mon, 29 Mar 2010 12:49:06 +0000 (14:49 +0200)]
h264parse: fix writing NALU prefix for byte-stream output format

Specifically, input may already be in byte-stream format, so sync
bytes should not be misinterpreted as NALU size.

14 years agoopenspc: Fix build warning
Jan Schmidt [Sun, 28 Mar 2010 23:00:57 +0000 (10:00 +1100)]
openspc: Fix build warning

Add a prototype for gst_spc_dec_get_type

14 years agoflacparse: Optionally check the overall frame checksums too before accepting a frame...
Sebastian Dröge [Fri, 26 Mar 2010 17:58:35 +0000 (18:58 +0100)]
flacparse: Optionally check the overall frame checksums too before accepting a frame as valid

This is optional because it's a quite expensive operation and it's very
unlikely that a non-frame is detected as frame after the header CRC check
and checking all bits for valid values. The overall frame checksums are
mainly useful to detect inconsistencies in the encoded payload.

14 years agoflacparse: Check the CRC-8 of the headers before accepting a frame as valid
Sebastian Dröge [Fri, 26 Mar 2010 17:42:28 +0000 (18:42 +0100)]
flacparse: Check the CRC-8 of the headers before accepting a frame as valid

This makes false-positives during seeking much less likely and detection of
them much faster.

14 years agobaseparse: Set the last stop to the buffer starttime if the duration is invalid
Sebastian Dröge [Fri, 26 Mar 2010 17:20:24 +0000 (18:20 +0100)]
baseparse: Set the last stop to the buffer starttime if the duration is invalid

...instead of not setting it at all.

14 years agobaseparse: Send NEWSEGMENT event with correct start and position
Joshua M. Doe [Fri, 26 Mar 2010 17:19:00 +0000 (18:19 +0100)]
baseparse: Send NEWSEGMENT event with correct start and position

Instead of taking the last stop (which could be buffer endtime instead
of starttime) always take the buffer starttime.

Fixes bug #614016.

14 years agoflacparse: Fix buffer refcount issue
Arun Raghavan [Fri, 26 Mar 2010 16:49:01 +0000 (16:49 +0000)]
flacparse: Fix buffer refcount issue

When called from the GST_FLAC_PARSE_STATE_HEADERS case,
gst_flac_parse_hand_headers() does a gst_buffer_set_caps() on a buffer
with refcount > 1. This change handles this case by making the buffer
metadata_Writable.

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

14 years agompegtsdemux: add missing space to debug message
Tim-Philipp Müller [Fri, 26 Mar 2010 12:04:48 +0000 (12:04 +0000)]
mpegtsdemux: add missing space to debug message

14 years agosignalprocessor: don't use function that doesn't exist
Tim-Philipp Müller [Fri, 26 Mar 2010 08:41:46 +0000 (08:41 +0000)]
signalprocessor: don't use function that doesn't exist

Fixes the build.

14 years agodivx: add const to fix compiler warnings
Stefan Kost [Thu, 25 Mar 2010 21:48:09 +0000 (23:48 +0200)]
divx: add const to fix compiler warnings

14 years agosignalprocessor: add boolean return to _process
Stefan Kost [Thu, 25 Mar 2010 21:30:29 +0000 (23:30 +0200)]
signalprocessor: add boolean return to _process

Avoid trying to push results if processing failed anyway.

14 years agosignalprocessor: remove useless g_assert
Stefan Kost [Thu, 25 Mar 2010 21:28:25 +0000 (23:28 +0200)]
signalprocessor: remove useless g_assert

g_malloc and co would terminate when out of memory. No need to check after it.

14 years agosignalprocessor: add more logging
Stefan Kost [Thu, 25 Mar 2010 21:24:36 +0000 (23:24 +0200)]
signalprocessor: add more logging

14 years agosignalprocessor: register function pointers just once
Stefan Kost [Thu, 25 Mar 2010 21:12:37 +0000 (23:12 +0200)]
signalprocessor: register function pointers just once

Avoid re-registering those for each wrapped ladpsa/lv2 element.

14 years agosignalprocessor: add rate to caps
Stefan Kost [Thu, 25 Mar 2010 21:07:46 +0000 (23:07 +0200)]
signalprocessor: add rate to caps

14 years agosignalprocessor: rename log category to be less ambigous
Stefan Kost [Thu, 25 Mar 2010 21:04:41 +0000 (23:04 +0200)]
signalprocessor: rename log category to be less ambigous

14 years agolv2: add more examples
Stefan Kost [Thu, 25 Mar 2010 20:59:18 +0000 (22:59 +0200)]
lv2: add more examples

14 years agodtmfdetect: if we tell that we handle gap flags, then do so
Stefan Kost [Thu, 25 Mar 2010 20:58:47 +0000 (22:58 +0200)]
dtmfdetect: if we tell that we handle gap flags, then do so

14 years agodtmfdetect: use glib types
Stefan Kost [Thu, 25 Mar 2010 20:55:32 +0000 (22:55 +0200)]
dtmfdetect: use glib types

14 years agodtmfdetect: fix classification
Stefan Kost [Thu, 25 Mar 2010 20:54:49 +0000 (22:54 +0200)]
dtmfdetect: fix classification

14 years agodtmfdetect: reformat message docs
Stefan Kost [Thu, 25 Mar 2010 20:53:20 +0000 (22:53 +0200)]
dtmfdetect: reformat message docs

Use a list like in other element docs as an untweaked docbook table look ugly.

14 years agoaudioparsers: remove unused GstBaseParseClassPrivate structure
Tim-Philipp Müller [Thu, 25 Mar 2010 17:09:17 +0000 (17:09 +0000)]
audioparsers: remove unused GstBaseParseClassPrivate structure

14 years agoflacparse: Make bitrate estimation more accurate
Arun Raghavan [Thu, 25 Mar 2010 12:55:02 +0000 (12:55 +0000)]
flacparse: Make bitrate estimation more accurate

This implements the get_frame_overhead() vfunc so that baseparse can
make more accurate bitrate estimates.

14 years agoaacparse: Fix bitrate calculation
Arun Raghavan [Thu, 25 Mar 2010 11:48:46 +0000 (11:48 +0000)]
aacparse: Fix bitrate calculation

This patch adds the get_frame_overhead() vfunc so that baseparse can
accurately calculate the min/avg/max bitrates for aacparse.

Note: The bitrate was being incorrectly calculated for ADTS streams
(it's not in the header as the code suggests).

14 years agoaudioparsers: Add bitrate calculation to baseparse
Arun Raghavan [Thu, 25 Mar 2010 11:22:58 +0000 (11:22 +0000)]
audioparsers: Add bitrate calculation to baseparse

This makes baseparse keep a running average of the stream bitrate, as
well as the minimum and maximum bitrates. Subclasses can override a
vfunc to make sure that per-frame overhead from the container is not
accounted for in the bitrate calculation.

We take care not to override the bitrate, minimum-bitrate, and
maximum-bitrate tags if they have been posted upstream. We also
rate-limit the emission of bitrate so that it is only triggered by a
change of >10 kbps.

14 years agotests: tagschecking: New tags tests
Thiago Santos [Tue, 23 Mar 2010 20:34:30 +0000 (17:34 -0300)]
tests: tagschecking: New tags tests

Adds new tags checking tests.

14 years agoqtmux: init debug category before using it
Tim-Philipp Müller [Thu, 25 Mar 2010 00:20:54 +0000 (00:20 +0000)]
qtmux: init debug category before using it

14 years agoAutomatic update of common submodule
Edward Hervey [Wed, 24 Mar 2010 17:54:57 +0000 (18:54 +0100)]
Automatic update of common submodule

From 55cd514 to c1d07dd

14 years agodshowvideosrc: Add support for YUY2 input format
Andoni Morales [Wed, 24 Mar 2010 16:05:14 +0000 (17:05 +0100)]
dshowvideosrc: Add support for YUY2 input format

Fix bug #613708

14 years agodocs: add photography iface to docs
Stefan Kost [Wed, 24 Mar 2010 14:15:37 +0000 (16:15 +0200)]
docs: add photography iface to docs

We normaly have separate libs docs, not done becasue of lazyness here yet.

14 years agojpegformat: add blank line to fix generated xml
Stefan Kost [Wed, 24 Mar 2010 14:05:20 +0000 (16:05 +0200)]
jpegformat: add blank line to fix generated xml

14 years agojack: fix element name in section doc blob
Stefan Kost [Wed, 24 Mar 2010 13:59:53 +0000 (15:59 +0200)]
jack: fix element name in section doc blob

14 years agomodplug: Define WORDS_BIGENDIAN to avoid undefined warning
Benjamin Otte [Wed, 24 Mar 2010 14:05:50 +0000 (15:05 +0100)]
modplug: Define WORDS_BIGENDIAN to avoid undefined warning

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

14 years agoUse pkgconfig to detect dvdnav
Benjamin Otte [Wed, 24 Mar 2010 11:16:07 +0000 (12:16 +0100)]
Use pkgconfig to detect dvdnav

The previously used dvdnav-config script was broken in a lot of distros.

14 years agokate: fix yet another compiler warning
Tim-Philipp Müller [Wed, 24 Mar 2010 00:27:34 +0000 (00:27 +0000)]
kate: fix yet another compiler warning

14 years agoosx: more compiler warning fixes
Tristan Matthews [Tue, 23 Mar 2010 23:56:48 +0000 (19:56 -0400)]
osx: more compiler warning fixes

Avoid new warnings.

Fixes #613758.

14 years agotests: faac: Fix build
Thiago Santos [Tue, 23 Mar 2010 17:15:53 +0000 (14:15 -0300)]
tests: faac: Fix build

Fixes build of faac due to functions not being static nor
having being declared in headers. (No previous prototype error)

Probably due to added -Wmissing-prototypes

14 years agoamrwbenc: Fix compiler warning
Sebastian Dröge [Tue, 23 Mar 2010 10:10:05 +0000 (11:10 +0100)]
amrwbenc: Fix compiler warning

14 years agocog: touch cog.orc to force regeneration of cogorc.[ch]
Tim-Philipp Müller [Tue, 23 Mar 2010 09:14:03 +0000 (09:14 +0000)]
cog: touch cog.orc to force regeneration of cogorc.[ch]

.. with new Makefile.am rules, which should fix the build
without the need to do a 'manual' make clean after updating.

14 years agowininet: Fix warnings
Benjamin Otte [Tue, 23 Mar 2010 00:41:31 +0000 (01:41 +0100)]
wininet: Fix warnings

14 years agodirectdraw: Fix warnings
Benjamin Otte [Tue, 23 Mar 2010 00:30:54 +0000 (01:30 +0100)]
directdraw: Fix warnings

14 years agoRemove -Wundef for Windows
Benjamin Otte [Tue, 23 Mar 2010 00:15:27 +0000 (01:15 +0100)]
Remove -Wundef for Windows

Windows headers tend to check _MSC_VER uncondtionally in some places,
but use #ifdef _MSC_VER in other places.

14 years agoAdd a bunch of warning flags
Benjamin Otte [Tue, 23 Mar 2010 00:14:33 +0000 (01:14 +0100)]
Add a bunch of warning flags

None of them trigger any warning

14 years agoFixes for -Waggregate-return
Benjamin Otte [Tue, 23 Mar 2010 00:11:42 +0000 (01:11 +0100)]
Fixes for -Waggregate-return

The flag wasn't added due to libexif using aggregate return values.

14 years agoi18n: build fixes: #if -> #ifdef for ENABLE_NLS
Stefan Kost [Mon, 22 Mar 2010 16:02:39 +0000 (18:02 +0200)]
i18n: build fixes: #if -> #ifdef for ENABLE_NLS

14 years agoi18n: fix the build
Stefan Kost [Mon, 22 Mar 2010 16:01:27 +0000 (18:01 +0200)]
i18n: fix the build

Don't include locale.h which we include in gettext.h if needed. Guard the
include like we do in the simillar headers in core.

14 years agoAdd -Wold-style-definition
Benjamin Otte [Mon, 22 Mar 2010 15:56:03 +0000 (16:56 +0100)]
Add -Wold-style-definition

and fix the warnings

14 years agoAdd -Wformat-nonliteral -Wformat-security flags
Benjamin Otte [Mon, 22 Mar 2010 15:21:31 +0000 (16:21 +0100)]
Add -Wformat-nonliteral -Wformat-security flags

and fix the warnings

14 years agooss4: Refactor code to make it look more modern
Benjamin Otte [Mon, 22 Mar 2010 15:13:12 +0000 (16:13 +0100)]
oss4: Refactor code to make it look more modern

A side effect is that it passes -Wformat-nonliteral and doesn't read
invalid memory in some cases, like when the mixer track contains
a % sign or there is a number but not a known mixer name.

14 years agooss4: Avoid g_quark_to_string (g_quark_from_string ()) madness
Benjamin Otte [Mon, 22 Mar 2010 13:09:24 +0000 (14:09 +0100)]
oss4: Avoid g_quark_to_string (g_quark_from_string ()) madness

We to the strdup inside gst_oss4_mixer_control_get_translated_name()
instead of in the only caller.

14 years agoladspa: Fix compiler warnings
Sebastian Dröge [Mon, 22 Mar 2010 12:50:30 +0000 (13:50 +0100)]
ladspa: Fix compiler warnings

14 years agompegvideoparse: Parse bitrate and emit as tag
Arun Raghavan [Tue, 2 Feb 2010 10:19:29 +0000 (15:49 +0530)]
mpegvideoparse: Parse bitrate and emit as tag

This patch picks up the bitrate for the stream from the MPEG sequence
header and emits it as a tag on the source pad.

Fixes #599298.

14 years agosoundtouch: build fixes: #if -> #ifdef
Tim-Philipp Müller [Mon, 22 Mar 2010 12:38:02 +0000 (12:38 +0000)]
soundtouch: build fixes: #if -> #ifdef

14 years agoAdd -Wwrite-strings
Benjamin Otte [Mon, 22 Mar 2010 12:16:33 +0000 (13:16 +0100)]
Add -Wwrite-strings

and fix its warnings

14 years agoAdd -Wundef
Benjamin Otte [Mon, 22 Mar 2010 11:30:01 +0000 (12:30 +0100)]
Add -Wundef

and fix the warnings

14 years agoUpdate .gitignore
Benjamin Otte [Mon, 22 Mar 2010 11:03:56 +0000 (12:03 +0100)]
Update .gitignore

14 years agoAdd -Wredundant-decls flag
Benjamin Otte [Mon, 22 Mar 2010 11:02:16 +0000 (12:02 +0100)]
Add -Wredundant-decls flag

and fix warnings from it

14 years agogme: Fix compiler warning
Sebastian Dröge [Mon, 22 Mar 2010 07:47:57 +0000 (08:47 +0100)]
gme: Fix compiler warning

14 years agovdpau: Fix compiler warnings
Sebastian Dröge [Mon, 22 Mar 2010 07:45:27 +0000 (08:45 +0100)]
vdpau: Fix compiler warnings

14 years agoorc: Fix warnings
Benjamin Otte [Sun, 21 Mar 2010 22:10:08 +0000 (23:10 +0100)]
orc: Fix warnings

14 years agoexamples: Fix warnings
Benjamin Otte [Sun, 21 Mar 2010 22:00:48 +0000 (23:00 +0100)]
examples: Fix warnings

14 years agodirectdraw: Fix warnings
Benjamin Otte [Sun, 21 Mar 2010 21:48:13 +0000 (22:48 +0100)]
directdraw: Fix warnings

14 years agogst-camera: Add a header declaring the functions from the ui file
Benjamin Otte [Sun, 21 Mar 2010 21:46:00 +0000 (22:46 +0100)]
gst-camera: Add a header declaring the functions from the ui file

14 years agotests: Add file I forgot to check in
Benjamin Otte [Sun, 21 Mar 2010 21:10:47 +0000 (22:10 +0100)]
tests: Add file I forgot to check in

14 years agoacmmp3dec: fix warnings
Benjamin Otte [Sun, 21 Mar 2010 21:09:20 +0000 (22:09 +0100)]
acmmp3dec: fix warnings

14 years agoFix acmenc for warning flags
Benjamin Otte [Sun, 21 Mar 2010 20:53:44 +0000 (21:53 +0100)]
Fix acmenc for warning flags

14 years agoAdd -Wmissing-declarations -Wmissing-prototypes to configure flags
Benjamin Otte [Sun, 21 Mar 2010 20:39:18 +0000 (21:39 +0100)]
Add -Wmissing-declarations -Wmissing-prototypes to configure flags

And fix all warnings

14 years agosiren: Run gst-indent script
Benjamin Otte [Sun, 21 Mar 2010 20:37:37 +0000 (21:37 +0100)]
siren: Run gst-indent script

Includes running dos2unix on decoder.c

14 years agotests: Fix kate test
Benjamin Otte [Sun, 21 Mar 2010 20:29:47 +0000 (21:29 +0100)]
tests: Fix kate test

It was failing due to the new buffer_metadata_writable checks added to
the core recently.

14 years agolegacyresample: remove unused file
Benjamin Otte [Sun, 21 Mar 2010 17:59:30 +0000 (18:59 +0100)]
legacyresample: remove unused file

14 years agoconfigure: s/GST_CVS/GST_GIT/
Benjamin Otte [Sun, 21 Mar 2010 16:54:26 +0000 (17:54 +0100)]
configure: s/GST_CVS/GST_GIT/

14 years agocog: Generate correct YUV->RGB tables
Sebastian Dröge [Fri, 19 Mar 2010 15:47:15 +0000 (16:47 +0100)]
cog: Generate correct YUV->RGB tables

Fixes: #613332.

14 years agosdpdemux: disable loop and auto multicast join
Wim Taymans [Fri, 19 Mar 2010 10:10:40 +0000 (11:10 +0100)]
sdpdemux: disable loop and auto multicast join

Disable loopback of packets.
Disable autojoin of multicast groups in the sink because the source already
does that on the shared socket.

14 years agogst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte [Thu, 18 Mar 2010 16:30:26 +0000 (17:30 +0100)]
gst_element_class_set_details => gst_element_class_set_details_simple

14 years agovirtualdub: Remove
Benjamin Otte [Thu, 18 Mar 2010 16:11:59 +0000 (17:11 +0100)]
virtualdub: Remove

THe plugin is so hopelessly outdated, it's just not worth keeping.