Christian Fredrik Kalager Schaller
45815d7ec4
Switch to F18 package naming
2012-09-15 22:23:53 +02:00
Christian Fredrik Kalager Schaller
67342c46b6
Fix spec file for ugly
2012-09-07 13:31:15 +02:00
Sebastian Dröge
9e5a55a70f
gst: Update versioning
2012-04-04 14:38:53 +02:00
Christian Fredrik Kalager Schaller
f9de30f938
Add latest plugins
2012-02-20 14:27:49 +00:00
Tim-Philipp Müller
8d44d7ded7
mpegstream: remove the old mpeg-ps parser and demuxers
...
Don't want anyone porting this by accident.
Superseded by mpegpsdemux in -bad.
2011-11-13 00:07:02 +00:00
Tim-Philipp Müller
0983339a6e
iec958: remove this plugin
...
I think it can just go away. Audio sinks can and should payload
things themselves using the helper API in libgstaudio. If such
a plugin still makes sense, it should probably be rewritten
using the library functions (and be put into -good or so).
2011-11-10 23:17:53 +00:00
Christian Fredrik Kalager Schaller
d6da97c8fa
Update specfile with latest changes
2011-10-21 12:24:01 +01:00
Wim Taymans
854f4d846b
Merge branch 'master' into 0.11
...
Conflicts:
ext/mad/gstmad.c
2011-09-26 19:07:23 +02:00
Tim-Philipp Müller
56bd24365a
mad: remove id3tag dependency used by in practice unreachable legacy code
...
The mad mp3 decoder element shouldn't parse tags at all really, but we
have so far kept this code around for backwards-compatibility reasons
for people building manual pipelines for some reason. However, as it
turns out that code has never actually worked in 0.10 in practice,
since it only gets executed if mad_frame_decode() returns LOSTSYNC,
which doesn't actually seem to happen any more though because of the
preceding mad_header_decode(), which will discover and report the
sync loss if it runs into a tag and make mad_frame_decode() try to
resync right away.
Discovered this while trying to make it use gst_tag_list_from_id3v2_tag().
2011-09-13 19:40:12 +01:00
Tim-Philipp Müller
2e6d295b8b
Remove mp3parse plugin/element
...
It's been replaced by mpegaudioparse in -good. Don't want anyone
to spend time porting a deprecated element. Rename plugin to xingmux
for now until we move that somewhere else.
2011-08-03 01:08:43 +01:00
Christian F.K. Schaller
dd3735eea0
update spec file
2009-10-04 22:51:41 +01:00
Tim-Philipp Müller
f5d046a0b0
dvdnav: remove dvdnav plugin
...
Remove dvdnav plugin, it has no future. resindvd is the plugin to
use for dvd playback. Note that dvdnav was never really enabled
in -ugly, you had to edit configure.ac to get it built.
2009-07-22 11:10:38 +01:00
Christian Schaller
4c62946ee9
Fix x264 requirement in SPEC file
2009-06-19 17:46:12 +01:00
Jan Schmidt
5e176f4b0c
Moved 'x264enc' from -bad to -ugly
2009-06-05 19:25:54 +01:00
Christian Schaller
f2b326d77b
Add twolame plugin to spec file
2009-05-07 17:57:17 +01:00
Thomas Vander Stichele
b4a1a4cda2
add doap file
...
Original commit message from CVS:
* Makefile.am:
* gst-plugins-ugly.doap:
* gst-plugins-ugly.spec.in:
add doap file
2006-12-15 11:12:21 +00:00
Christian Schaller
d7ef17d7d2
update spec file
...
Original commit message from CVS:
update spec file
2006-09-12 10:14:29 +00:00
Christian Schaller
5474e9ea9c
fix version numbering
...
Original commit message from CVS:
fix version numbering
2006-04-05 10:02:34 +00:00
Christian Schaller
de63b9478b
add dvdsub plugin to spec
...
Original commit message from CVS:
add dvdsub plugin to spec
2006-04-05 09:18:35 +00:00
Christian Schaller
d2f47cef0a
latest updates
...
Original commit message from CVS:
latest updates
2006-02-17 15:02:30 +00:00
Christian Schaller
c47fe577c9
update spec file
...
Original commit message from CVS:
update spec file
2006-01-17 14:16:52 +00:00
Christian Schaller
8463b12b32
update spec file for latest changes
...
Original commit message from CVS:
update spec file for latest changes
2005-12-04 22:36:51 +00:00
Thomas Vander Stichele
0d8f0ab923
add ACLOCAL_AMFLAGS; remove old stuff from spec changelog
...
Original commit message from CVS:
add ACLOCAL_AMFLAGS; remove old stuff from spec changelog
2005-11-27 14:34:34 +00:00
Christian Schaller
b306bd7a69
add mpegstream plugin to spec file
...
Original commit message from CVS:
add mpegstream plugin to spec file
2005-11-15 07:59:58 +00:00
Christian Schaller
4ecd3af444
add packaging of a52dec
...
Original commit message from CVS:
add packaging of a52dec
2005-10-21 16:22:00 +00:00
Christian Schaller
d865cbd0f2
fix spec file for ugly
...
Original commit message from CVS:
fix spec file for ugly
2005-09-20 17:37:54 +00:00
Thomas Vander Stichele
077d111c55
add check-valgrind target
...
Original commit message from CVS:
add check-valgrind target
2005-09-19 16:44:13 +00:00
Thomas Vander Stichele
610d32dd23
build fixes
...
Original commit message from CVS:
build fixes
2005-09-02 18:01:33 +00:00
Thomas Vander Stichele
1c90c64cc8
spec updates
...
Original commit message from CVS:
spec updates
2005-09-02 17:01:14 +00:00
Christian Schaller
d9977d641a
add lame
...
Original commit message from CVS:
add lame
2005-08-24 17:40:17 +00:00
Christian Schaller
1e391affae
fix speex entry
...
Original commit message from CVS:
fix speex entry
2005-08-24 11:42:58 +00:00
Christian Schaller
e1ce3e339f
add speex to spec file and remove gstosslement from POTFILES.in
...
Original commit message from CVS:
add speex to spec file and remove gstosslement from POTFILES.in
2005-08-24 10:04:35 +00:00
Christian Schaller
bf941f80d5
add mpegaudioparse to spec file
...
Original commit message from CVS:
add mpegaudioparse to spec file
2005-08-19 16:25:07 +00:00
Christian Schaller
449024d0fb
latest makefile and spec file fixes
...
Original commit message from CVS:
latest makefile and spec file fixes
2005-08-19 14:44:09 +00:00
Christian Schaller
227af9b8b6
update spec file and fix some disting omissions
...
Original commit message from CVS:
update spec file and fix some disting omissions
2005-08-08 16:30:17 +00:00
Christian Schaller
03846ac272
update spec and add missing header file
...
Original commit message from CVS:
update spec and add missing header file
2005-07-25 15:23:42 +00:00
Christian Schaller
20a7e280e6
fix disting and spec file
...
Original commit message from CVS:
fix disting and spec file
2005-07-05 15:26:56 +00:00
Christian Schaller
f386e24e34
remove videorate from this module as its in base now
...
Original commit message from CVS:
remove videorate from this module as its in base now
2005-06-23 16:53:14 +00:00
Christian Schaller
190de47385
add rtsp and esd files to spec and fix some disting issues
...
Original commit message from CVS:
add rtsp and esd files to spec and fix some disting issues
2005-05-13 13:52:03 +00:00
Christian Schaller
62f5915b2c
adding aasink and smpte plugins to spec file
...
Original commit message from CVS:
adding aasink and smpte plugins to spec file
2005-05-08 10:46:39 +00:00
Christian Schaller
a191c39fb4
add sidplay to spec file
...
Original commit message from CVS:
add sidplay to spec file
2005-05-06 18:01:52 +00:00
Christian Schaller
8493bcee4f
make mad and effectv work with gst-register
...
Original commit message from CVS:
make mad and effectv work with gst-register
2005-05-06 14:54:23 +00:00
Christian Schaller
76939b50cb
minor spec file fixes
...
Original commit message from CVS:
minor spec file fixes
2005-05-06 14:16:20 +00:00
Christian Schaller
c039edbaff
various fixes to make it possible to build rpms from gst-plugins head
...
Original commit message from CVS:
various fixes to make it possible to build rpms from gst-plugins head
2005-05-06 12:43:59 +00:00
Christian Schaller
da709f450d
updates to make this closer to compile
...
Original commit message from CVS:
updates to make this closer to compile
2005-05-05 16:35:52 +00:00
Christian Schaller
757622712f
add libvisual plugin
...
Original commit message from CVS:
add libvisual plugin
2005-02-22 18:14:34 +00:00
Ronald S. Bultje
e119fcf3b2
gst-plugins.spec.in: Add subparse.
...
Original commit message from CVS:
* gst-plugins.spec.in:
Add subparse.
2005-01-08 19:03:02 +00:00
Christian Schaller
c56e890ac9
add puzzle to spec file
...
Original commit message from CVS:
add puzzle to spec file
2005-01-06 18:54:02 +00:00
Christian Schaller
d83da12173
add -plugins- to all plugin names
...
Original commit message from CVS:
add -plugins- to all plugin names
2004-12-22 22:45:41 +00:00
Christian Schaller
e4adc3d5a0
add documentation to spec file
...
Original commit message from CVS:
add documentation to spec file
2004-12-22 19:39:10 +00:00