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
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
Christian Schaller
db3118d801
fix build/disting
...
Original commit message from CVS:
fix build/disting
2004-12-22 10:48:12 +00:00
Christian Schaller
6ffaa3fce2
add latest additions to the spec file
...
Original commit message from CVS:
add latest additions to the spec file
2004-12-01 19:00:28 +00:00
Christian Schaller
1bbb7aecc5
comment out libshout 2 plugin as we don't have a RPM for it yet
...
Original commit message from CVS:
comment out libshout 2 plugin as we don't have a RPM for it yet
2004-10-06 16:23:42 +00:00
Christian Schaller
04d4eefe79
add mng plugin to spec file
...
Original commit message from CVS:
add mng plugin to spec file
2004-10-06 15:24:31 +00:00
Christian Schaller
6033683b7c
fix V4L2 spec entry
...
Original commit message from CVS:
fix V4L2 spec entry
2004-09-29 19:00:31 +00:00
Christian Schaller
33739519b0
remove kio from spec
...
Original commit message from CVS:
remove kio from spec
2004-09-28 11:01:10 +00:00
Christian Schaller
4249cf6e1e
update spec to work with thomas and freshrpms rpms. Fix bug that hindered totem in building with it. Add new plugins
...
Original commit message from CVS:
update spec to work with thomas and freshrpms rpms. Fix bug that hindered totem in building with it. Add new plugins
2004-09-25 14:52:29 +00:00
Stéphane Loeuillet
91b7f5684e
fix the spec file
...
Original commit message from CVS:
fix the spec file
2004-05-01 16:54:24 +00:00
Christian Schaller
66c93a611a
fix spec to work, we still need thomasvs to commit his version :)
...
Original commit message from CVS:
fix spec to work, we still need thomasvs to commit his version :)
2004-03-27 18:57:09 +00:00