platform/upstream/gstreamer.git
13 years agofaad: cater for renegotiation
Mark Nauwelaerts [Tue, 12 Oct 2010 16:17:27 +0000 (18:17 +0200)]
faad: cater for renegotiation

At least, whenever either stream (e.g. ADTS) or upstream provides necessary
info for doing so.

Fixes #631501.

13 years agoaacparse: streamline src caps setting
Mark Nauwelaerts [Tue, 12 Oct 2010 16:07:49 +0000 (18:07 +0200)]
aacparse: streamline src caps setting

In particular, also set src caps whenever changes in stream warrant doing so.

13 years agodirectdrawsink: port GstXOverlay bits to new API
Tim-Philipp Müller [Tue, 12 Oct 2010 15:13:07 +0000 (16:13 +0100)]
directdrawsink: port GstXOverlay bits to new API

Don't use deprecated API.

13 years agofaac: adjust unit test to faac modified output
Mark Nauwelaerts [Tue, 12 Oct 2010 14:35:55 +0000 (16:35 +0200)]
faac: adjust unit test to faac modified output

13 years agochecks: remove variables from Makefile.am that aren't set
Tim-Philipp Müller [Sun, 10 Oct 2010 11:32:33 +0000 (12:32 +0100)]
checks: remove variables from Makefile.am that aren't set

Remove some stuff that was copy'n'pasted from core but
doesn't apply here. The following vars aren't set:
CHECK_CFLAGS, CHECK_LIBS, GST_OBJ_CFLAGS, GST_OBJ_LIBS,
so we may just as well remove them.

13 years agoexamples: Fix compilation with GTK+ 3.0
Sebastian Dröge [Tue, 12 Oct 2010 10:11:37 +0000 (12:11 +0200)]
examples: Fix compilation with GTK+ 3.0

13 years agoflacparse: Adjust unit tests to new flacparse behaviour
Sebastian Dröge [Tue, 12 Oct 2010 08:28:33 +0000 (10:28 +0200)]
flacparse: Adjust unit tests to new flacparse behaviour

Garbage after frames is now included in the frames because flacparse
has no easy way to detect the real end of a frame. Decoders are
expected to everything after the frame because only decoding the
bitstream will reveal the real end of the frame.

Fixes bug #631814.

13 years agoflacparse: Don't drop the last frame if it is followed by garbage
Sebastian Dröge [Tue, 12 Oct 2010 08:27:53 +0000 (10:27 +0200)]
flacparse: Don't drop the last frame if it is followed by garbage

See bug #631814.

13 years agobaseparse: perform bitrate handling and posting after newsegment sending
Mark Nauwelaerts [Mon, 11 Oct 2010 15:49:46 +0000 (17:49 +0200)]
baseparse: perform bitrate handling and posting after newsegment sending

13 years agobaseparse: immediately post subclass provided bitrate
Mark Nauwelaerts [Mon, 11 Oct 2010 15:36:19 +0000 (17:36 +0200)]
baseparse: immediately post subclass provided bitrate

13 years agoflacparse: fix parsing with unknown framesizes
Mark Nauwelaerts [Mon, 11 Oct 2010 15:06:48 +0000 (17:06 +0200)]
flacparse: fix parsing with unknown framesizes

Fixes #631814 (mostly).

13 years agofaac: handle trailing encoder output
Mark Nauwelaerts [Mon, 11 Oct 2010 15:05:28 +0000 (17:05 +0200)]
faac: handle trailing encoder output

13 years agoswitchsrc: Set the GST_ELEMENT_IS_SOURCE flag
Sebastian Dröge [Mon, 11 Oct 2010 12:25:41 +0000 (14:25 +0200)]
switchsrc: Set the GST_ELEMENT_IS_SOURCE flag

13 years agodvbsrc: Fix example usage, bandwidth=8 not 8MHz
Damien Lespiau [Mon, 13 Sep 2010 18:07:55 +0000 (19:07 +0100)]
dvbsrc: Fix example usage, bandwidth=8 not 8MHz

The bandwidth property is enum that takes the values 8, 7, 6, AUTO not
8MHz.

13 years agoshm: Add C++ protection
Olivier Crête [Fri, 8 Oct 2010 21:01:29 +0000 (17:01 -0400)]
shm: Add C++ protection

Add c++ protection in the relevant places

13 years agoAutomatic update of common submodule
David Schleef [Fri, 8 Oct 2010 19:44:45 +0000 (12:44 -0700)]
Automatic update of common submodule

From c4a8adc to 5a668bf

13 years agoAutomatic update of common submodule
Sebastian Dröge [Fri, 8 Oct 2010 10:55:29 +0000 (12:55 +0200)]
Automatic update of common submodule

From 5e3c9bf to c4a8adc

13 years agoflacparse: Simplify frame header parsing by using lookup tables
Sebastian Dröge [Thu, 7 Oct 2010 21:37:36 +0000 (23:37 +0200)]
flacparse: Simplify frame header parsing by using lookup tables

Based on a patch by Felipe Contreras.

See bug #631200.

13 years agoflacparse: Don't parse the complete FLAC frames but only look for valid frame headers
Sebastian Dröge [Thu, 7 Oct 2010 21:28:08 +0000 (23:28 +0200)]
flacparse: Don't parse the complete FLAC frames but only look for valid frame headers

Thanks to Felipe Contreras for the suggestion. This is partially
based on his patches and makes flacparse more than 3.5 times faster.

Looking for valid frame headers is unlikely to give false positives
because every frame header is at least 9 bytes long, contains a
14 bit sync code and a 8 bit checksum over the first 8 bytes.

Fixes bug #631200.

13 years agosdpdemux: workaround internal rtspsrc failing state change
Mark Nauwelaerts [Thu, 7 Oct 2010 09:59:30 +0000 (11:59 +0200)]
sdpdemux: workaround internal rtspsrc failing state change

Fixes #630046.

13 years agoaudioparse: Add support for setting the channel-positions
Sebastian Dröge [Thu, 7 Oct 2010 08:34:48 +0000 (10:34 +0200)]
audioparse: Add support for setting the channel-positions

13 years agoflacparse: Really post tags only after the initial newsegment event
Sebastian Dröge [Wed, 6 Oct 2010 16:32:51 +0000 (18:32 +0200)]
flacparse: Really post tags only after the initial newsegment event

The first newsegment event will be send by the first call to
gst_base_parse_push_buffer() if necessary, posting the tags
before that is not a good idea. Instead do it from the
GstBaseParse::pre_push_buffer vfunc.

13 years agochromahold: Fix hue calculation for red colors
Sebastian Dröge [Wed, 6 Oct 2010 14:54:16 +0000 (16:54 +0200)]
chromahold: Fix hue calculation for red colors

Also make the calculation much more accurate...

13 years agochromahold: Make everything greyscale if the target color is grey
Sebastian Dröge [Wed, 6 Oct 2010 13:21:09 +0000 (15:21 +0200)]
chromahold: Make everything greyscale if the target color is grey

13 years agochromahold: Add chromahold color effect
Sebastian Dröge [Wed, 6 Oct 2010 09:55:34 +0000 (11:55 +0200)]
chromahold: Add chromahold color effect

This effect converts all colors except a single one to
grey. The color is selected by an RGB triple and a
tolerance for the color matching in hue degree can be specified.

13 years agosdpdemux: fix and reflow some exits
Mark Nauwelaerts [Tue, 5 Oct 2010 15:04:10 +0000 (17:04 +0200)]
sdpdemux: fix and reflow some exits

13 years agosdpdemux: error out if no streams found in sdp message
Mark Nauwelaerts [Tue, 5 Oct 2010 14:56:49 +0000 (16:56 +0200)]
sdpdemux: error out if no streams found in sdp message

13 years agosdpdemux: unbreak standard manager setup
Mark Nauwelaerts [Tue, 5 Oct 2010 14:47:51 +0000 (16:47 +0200)]
sdpdemux: unbreak standard manager setup

13 years ago.gitignore: ignore more unit test binaries
Tim-Philipp Müller [Tue, 5 Oct 2010 10:44:48 +0000 (11:44 +0100)]
.gitignore: ignore more unit test binaries

13 years agoalsaspdif: remove alsaspdifsink element
Tim-Philipp Müller [Tue, 5 Oct 2010 10:42:42 +0000 (11:42 +0100)]
alsaspdif: remove alsaspdifsink element

Remove alsaspdifsink, it's not needed any longer. alsasink in -base
has been able to handle SPDIF for a while now.

13 years agoRevert "baseparse: add skip property"
Tim-Philipp Müller [Tue, 5 Oct 2010 10:17:52 +0000 (11:17 +0100)]
Revert "baseparse: add skip property"

This reverts commit b5a3d60363d837a10f0533c141ec93d10b742312.

Reverting this for now, since no one really seems to remember why this
property exists or what it could possibly be good for. It seems to have
been in the original mp3parse since the beginning of time and was back-
ported from there.

13 years agoflacparse: Fix uninitialized variable compiler warnings
Sebastian Dröge [Mon, 4 Oct 2010 08:41:52 +0000 (10:41 +0200)]
flacparse: Fix uninitialized variable compiler warnings

These warnings are wrong, the variables are only used if they were
initialized by the bit reader.

13 years agoflacparse: fix picture parsing
Felipe Contreras [Mon, 13 Sep 2010 23:48:58 +0000 (02:48 +0300)]
flacparse: fix picture parsing

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
13 years agoflacparse: Push tags before the header buffers are pushed
Sebastian Dröge [Sun, 3 Oct 2010 21:54:49 +0000 (23:54 +0200)]
flacparse: Push tags before the header buffers are pushed

13 years agoflacparse: trivial caps fix
Felipe Contreras [Mon, 2 Aug 2010 17:50:21 +0000 (20:50 +0300)]
flacparse: trivial caps fix

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
13 years agoqtmux: Add G_PARAM_STATIC_STRINGS
Thiago Santos [Mon, 4 Oct 2010 02:45:46 +0000 (23:45 -0300)]
qtmux: Add G_PARAM_STATIC_STRINGS

Add G_PARAM_STATIC_STRINGS to qtmux properties

13 years agotests: valve: Fix tests build
Thiago Santos [Mon, 4 Oct 2010 02:14:53 +0000 (23:14 -0300)]
tests: valve: Fix tests build

Adds missing cflags/libs to valve check test to
fix build

13 years agoaudioparser: Let the format string agree with the parameters to fix compiler warning
Sebastian Dröge [Sun, 3 Oct 2010 21:50:29 +0000 (23:50 +0200)]
audioparser: Let the format string agree with the parameters to fix compiler warning

13 years agovdpau: Check return values of the bitreader functions
Sebastian Dröge [Sun, 3 Oct 2010 13:55:22 +0000 (15:55 +0200)]
vdpau: Check return values of the bitreader functions

13 years agoac3parse: Use unchecked versions of the bitreader get functions
Sebastian Dröge [Sun, 3 Oct 2010 13:41:20 +0000 (15:41 +0200)]
ac3parse: Use unchecked versions of the bitreader get functions

We didn't check the return values anyway...

13 years agovalve: no need to ref the object in _chain
Stefan Kost [Tue, 28 Sep 2010 10:52:29 +0000 (13:52 +0300)]
valve: no need to ref the object in _chain

Don't ref the pad in chain, like elsewhere

13 years agobaseparse: Fix debug output
Arun Raghavan [Wed, 22 Sep 2010 10:14:43 +0000 (15:44 +0530)]
baseparse: Fix debug output

We lose the reference to the buffer after gst_pad_push(), so the debug
print should happen before.

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

13 years agoaudioparsers: add flacparse unit test
Mark Nauwelaerts [Fri, 1 Oct 2010 10:34:55 +0000 (12:34 +0200)]
audioparsers: add flacparse unit test

... and tweak parser test helper in the process.

13 years agobaseparse: support reverse playback
Mark Nauwelaerts [Wed, 29 Sep 2010 14:12:42 +0000 (16:12 +0200)]
baseparse: support reverse playback

... in pull mode or upstream driven.

13 years agobaseparse: remove done TODOs and update documentation
Mark Nauwelaerts [Mon, 27 Sep 2010 10:16:43 +0000 (12:16 +0200)]
baseparse: remove done TODOs and update documentation

13 years agobaseparse: use determined seekability in answering SEEKING query
Mark Nauwelaerts [Sat, 25 Sep 2010 12:40:54 +0000 (14:40 +0200)]
baseparse: use determined seekability in answering SEEKING query

13 years agobaseparse: add skip property
Mark Nauwelaerts [Sat, 25 Sep 2010 12:32:06 +0000 (14:32 +0200)]
baseparse: add skip property

13 years agoaudioparsers: add ac3parse and mpegaudioparse unit test
Mark Nauwelaerts [Sat, 25 Sep 2010 11:59:39 +0000 (13:59 +0200)]
audioparsers: add ac3parse and mpegaudioparse unit test

13 years agompegaudioparse: initial version
Mark Nauwelaerts [Sat, 25 Sep 2010 11:59:18 +0000 (13:59 +0200)]
mpegaudioparse: initial version

... adequately equivalent to mp3parse, so lets boldly set it
to higher rank.

13 years agoaacparse: set minimum frame size at _start
Mark Nauwelaerts [Sat, 25 Sep 2010 12:01:07 +0000 (14:01 +0200)]
aacparse: set minimum frame size at _start

... rather than one time at _init.

13 years agoaudioparsers: refactor existing unit tests using common helper
Mark Nauwelaerts [Sat, 25 Sep 2010 11:50:51 +0000 (13:50 +0200)]
audioparsers: refactor existing unit tests using common helper

13 years agobaseparse: use _set_frame_props to configure frame lead_in and lead_out
Mark Nauwelaerts [Wed, 22 Sep 2010 13:07:09 +0000 (15:07 +0200)]
baseparse: use _set_frame_props to configure frame lead_in and lead_out

... provided a corresponding decoder with sufficient leading and following
frames to carry out full decoding for a particular segment.

13 years agobaseparse: use _set_duration to configure duration update interval
Mark Nauwelaerts [Wed, 22 Sep 2010 12:13:17 +0000 (14:13 +0200)]
baseparse: use _set_duration to configure duration update interval

... as it logically belongs there as one or the other; either subclass
can provide a duration, or an estimate must be made (reguarly updated).

13 years agobaseparse: localize use of provided fps information
Mark Nauwelaerts [Wed, 22 Sep 2010 11:55:20 +0000 (13:55 +0200)]
baseparse: localize use of provided fps information

13 years agobaseparse: seek table and accurate seek support
Mark Nauwelaerts [Wed, 22 Sep 2010 10:13:12 +0000 (12:13 +0200)]
baseparse: seek table and accurate seek support

13 years agobaseparse: proper and more extended segment and seek handling
Mark Nauwelaerts [Tue, 21 Sep 2010 11:57:10 +0000 (13:57 +0200)]
baseparse: proper and more extended segment and seek handling

That is, loop pause handling, segment seek support, newsegment for gaps, etc

13 years agobaseparse: add index support
Mark Nauwelaerts [Tue, 21 Sep 2010 08:57:04 +0000 (10:57 +0200)]
baseparse: add index support

13 years agobaseparse: refactor state reset
Mark Nauwelaerts [Tue, 21 Sep 2010 07:59:56 +0000 (09:59 +0200)]
baseparse: refactor state reset

13 years agobaseparse: prevent indefinite resyncing
Mark Nauwelaerts [Mon, 20 Sep 2010 14:39:37 +0000 (16:39 +0200)]
baseparse: prevent indefinite resyncing

13 years agobaseparse: specific EOS handling if no output so far
Mark Nauwelaerts [Mon, 20 Sep 2010 11:57:55 +0000 (13:57 +0200)]
baseparse: specific EOS handling if no output so far

13 years agobaseparse: adjust _set_frame_prop documentation and set default as claimed
Mark Nauwelaerts [Mon, 20 Sep 2010 11:31:57 +0000 (13:31 +0200)]
baseparse: adjust _set_frame_prop documentation and set default as claimed

13 years agobaseparse: fix bitrate copy-and-paste and update heuristic
Mark Nauwelaerts [Mon, 20 Sep 2010 11:30:54 +0000 (13:30 +0200)]
baseparse: fix bitrate copy-and-paste and update heuristic

13 years agobaseparse: post duration message if average bitrates is updated
Mark Nauwelaerts [Fri, 17 Sep 2010 16:33:29 +0000 (18:33 +0200)]
baseparse: post duration message if average bitrates is updated

13 years agobaseparse: remove is_seekable vmethod and use a set_seek instead
Mark Nauwelaerts [Fri, 17 Sep 2010 16:24:22 +0000 (18:24 +0200)]
baseparse: remove is_seekable vmethod and use a set_seek instead

Seekability, like duration, etc is unlikely to change (frequently), and
the default assumption covers most cases, so let subclass set when needed.
At the same time, allow subclass to indicate if it has seek-metadata (table)
available, and possibly have it provide an average bitrate.

13 years agoac3parse: remove redundant default is_seekable
Mark Nauwelaerts [Fri, 17 Sep 2010 15:35:40 +0000 (17:35 +0200)]
ac3parse: remove redundant default is_seekable

13 years agobaseparse: add another hook for subclass prior to pushing buffer
Mark Nauwelaerts [Fri, 17 Sep 2010 15:21:46 +0000 (17:21 +0200)]
baseparse: add another hook for subclass prior to pushing buffer

... and allow subclass to perform custom segment clipping, or to
emit tags or messages at this time.

13 years agobaseparse: 0 converts to 0 by default
Mark Nauwelaerts [Fri, 17 Sep 2010 15:19:37 +0000 (17:19 +0200)]
baseparse: 0 converts to 0 by default

13 years agobasepase: refactor conversion using helper function and export default convert
Mark Nauwelaerts [Thu, 16 Sep 2010 16:56:46 +0000 (18:56 +0200)]
basepase: refactor conversion using helper function and export default convert

13 years agobaseparse: streamline query handling
Mark Nauwelaerts [Thu, 16 Sep 2010 16:35:47 +0000 (18:35 +0200)]
baseparse: streamline query handling

13 years agobaseparse: cleanup struct and remove unused member
Mark Nauwelaerts [Thu, 16 Sep 2010 09:51:20 +0000 (11:51 +0200)]
baseparse: cleanup struct and remove unused member

13 years agoaudioparsers: increase ranks to enable auto-plugging
Mark Nauwelaerts [Mon, 16 Aug 2010 09:04:37 +0000 (11:04 +0200)]
audioparsers: increase ranks to enable auto-plugging

Because we can, and should, have some shakedown testing before having
these make it into -good later on ...

13 years agobaseparse: Allow chaining of subclass event handlers
Arun Raghavan [Wed, 22 Sep 2010 10:37:24 +0000 (16:07 +0530)]
baseparse: Allow chaining of subclass event handlers

This allows the child class to chain its event handler with
GstBaseParse, so that subclasses don't have to duplicate all the default
event handling logic.

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

13 years agotests: Fix caps leak in the valve test
Olivier Crête [Thu, 30 Sep 2010 21:48:35 +0000 (17:48 -0400)]
tests: Fix caps leak in the valve test

13 years agovalve: Add unit tests
Olivier Crête [Thu, 30 Sep 2010 21:24:29 +0000 (17:24 -0400)]
valve: Add unit tests

Add a unit test for the valve element.

13 years agovalve: Make the drop variable into an atomic.
Olivier Crête [Thu, 30 Sep 2010 20:26:19 +0000 (16:26 -0400)]
valve: Make the drop variable into an atomic.

Using an atomic allows us to avoid locking the whole object all time time.
As suggested by Stefan Kost.

13 years agovalve: Correctly set the DISCONT flag after dropping buffers
Olivier Crête [Thu, 30 Sep 2010 20:22:04 +0000 (16:22 -0400)]
valve: Correctly set the DISCONT flag after dropping buffers

13 years agovalve: Remove superflous checking casts
Olivier Crête [Thu, 30 Sep 2010 20:16:47 +0000 (16:16 -0400)]
valve: Remove superflous checking casts

13 years agovalve: Fix style, improve comments
Olivier Crête [Thu, 30 Sep 2010 20:13:23 +0000 (16:13 -0400)]
valve: Fix style, improve comments

Minor improvements to the comments and break a few overly long lines

13 years agortpmux: Improve documentation
Olivier Crête [Thu, 30 Sep 2010 20:07:29 +0000 (16:07 -0400)]
rtpmux: Improve documentation

Add an example pipeline, and try to explain a bit more what it does.

13 years agocamerabin: Do not wrongly fail when starting a capture
Thiago Santos [Wed, 29 Sep 2010 20:34:00 +0000 (17:34 -0300)]
camerabin: Do not wrongly fail when starting a capture

If the elements are in NULL/READY and changing state to
PAUSED/PLAYING while a capture is started
camerabin might not set the active_bin properly causing the
capture start to fail.

This patch fixes it by checking the current and pending state
of the branches instead of only the current one

13 years agofaad: reverse playback; cater for decoder delay
Mark Nauwelaerts [Wed, 29 Sep 2010 08:13:06 +0000 (10:13 +0200)]
faad: reverse playback; cater for decoder delay

... thereby actually using the gather and decode queues.

13 years agofaad: tweak output buffer timestamping
Mark Nauwelaerts [Wed, 29 Sep 2010 08:08:17 +0000 (10:08 +0200)]
faad: tweak output buffer timestamping

In particular, avoid packetised input leading to initial to non-0 output ts.

13 years agofrei0r: Use static caps instead of converting strings to caps all the time
Sebastian Dröge [Tue, 28 Sep 2010 14:20:50 +0000 (16:20 +0200)]
frei0r: Use static caps instead of converting strings to caps all the time

13 years agofrei0r: Fix crashes if plugins don't provide correct property information
Sebastian Dröge [Tue, 28 Sep 2010 14:14:14 +0000 (16:14 +0200)]
frei0r: Fix crashes if plugins don't provide correct property information

The vertigo plugin for example claims to have 3 properties but
the 3rd property does nothing and has a NULL name.

Fixes bug #630783.

Thanks to Martti Kühne for debugging this.

13 years agovalve: move default: parst in the switch statement to the end
Stefan Kost [Tue, 28 Sep 2010 11:26:11 +0000 (14:26 +0300)]
valve: move default: parst in the switch statement to the end

Now sure if it matters, but the previous form looks weired.

13 years agovalve: move debug-category registration to type init
Stefan Kost [Tue, 28 Sep 2010 11:23:01 +0000 (14:23 +0300)]
valve: move debug-category registration to type init

13 years agoliveadder: move debug-category registration to type init
Stefan Kost [Tue, 28 Sep 2010 11:22:18 +0000 (14:22 +0300)]
liveadder: move debug-category registration to type init

13 years agoliveadder: GST_BOILERPLATE already sets parent_class
Stefan Kost [Tue, 28 Sep 2010 11:17:45 +0000 (14:17 +0300)]
liveadder: GST_BOILERPLATE already sets parent_class

13 years agoliveadder: use base_init for pad_templates and element_details
Stefan Kost [Tue, 28 Sep 2010 11:16:58 +0000 (14:16 +0300)]
liveadder: use base_init for pad_templates and element_details

13 years agoliveadder: use G_PARAM_STATIC_STRINGS on properties
Stefan Kost [Tue, 28 Sep 2010 11:15:57 +0000 (14:15 +0300)]
liveadder: use G_PARAM_STATIC_STRINGS on properties

13 years agovalve: use G_PARAM_STATIC_STRINGS on properties
Stefan Kost [Tue, 28 Sep 2010 11:15:13 +0000 (14:15 +0300)]
valve: use G_PARAM_STATIC_STRINGS on properties

13 years agovalve: GST_BOILERPLATE already sets parent_class
Stefan Kost [Tue, 28 Sep 2010 11:07:39 +0000 (14:07 +0300)]
valve: GST_BOILERPLATE already sets parent_class

13 years agovideomeassure: GST_BOILERPLATE already sets parent_class
Stefan Kost [Tue, 28 Sep 2010 11:08:29 +0000 (14:08 +0300)]
videomeassure: GST_BOILERPLATE already sets parent_class

13 years agophotography: extend photography iface
Hu Gang [Tue, 28 Sep 2010 08:35:53 +0000 (11:35 +0300)]
photography: extend photography iface

Add more color tone modes and add NoseReduction settings.
Fixes #616814.

13 years agoresindvdsrc: improve error messages on read erros
Tim-Philipp Müller [Sun, 26 Sep 2010 19:41:25 +0000 (20:41 +0100)]
resindvdsrc: improve error messages on read erros

Provide i18n-ed error messages when a read error happens,
and point out that the error could be happening because the
DVD is scrambled.

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

13 years agoconfigure: set plugin release datetime
Tim-Philipp Müller [Thu, 23 Sep 2010 23:05:17 +0000 (00:05 +0100)]
configure: set plugin release datetime

13 years agoofa: Call g_object_notify() after the fingerprint was created
Sebastian Dröge [Sat, 25 Sep 2010 10:33:58 +0000 (12:33 +0200)]
ofa: Call g_object_notify() after the fingerprint was created

13 years agofrei0r: Fix scanning of plugin subdirectories and support different vendors
Sebastian Dröge [Sat, 25 Sep 2010 08:46:34 +0000 (10:46 +0200)]
frei0r: Fix scanning of plugin subdirectories and support different vendors

The frei0r spec specifies, that plugins can be in subdirectories inside
the main plugin directories to introduce new namespaces called vendors.

13 years agofrei0r: Update frei0r interface specification to 1.2
Sebastian Dröge [Fri, 24 Sep 2010 20:47:01 +0000 (22:47 +0200)]
frei0r: Update frei0r interface specification to 1.2

13 years agofrei0r: Add support for the FREI0R_PATH environment variable
Sebastian Dröge [Fri, 24 Sep 2010 20:43:51 +0000 (22:43 +0200)]
frei0r: Add support for the FREI0R_PATH environment variable

This was added in version 1.2 of the spec and replaces the default
list of directories.