Hi all,
Now that Core/Base/Python are released, it's time to start the Good/Bad release cycle. Accordingly, the Good and Bad plugins modules are now frozen, and I'll be making the first pre-release tarballs shortly. Cheers, Jan. -- Jan Schmidt <[hidden email]> ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi all,
The first pre-release tarballs for the upcoming Good/Bad release series are now available as http://gstreamer.freedesktop.org/src/gst-plugins-good/pre/gst-plugins-good-0.10.14.2.tar.bz2 and http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.11.2.tar.bz2 Please test and file any bugs in bugzilla: http://bugzilla.gnome.org/ Expect the 2nd pre-release tarballs Friday this week - the 15th. Cheers, Jan. -- Jan Schmidt <[hidden email]> ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
i am try to crosscompile this versions of gst-plugins-good and
gst-plugins-bad with gcc-4.4.0 an uClibc 0.9.30 and i have follow errors: gst-plugins-bad: Making all in alsaspdif CC alsaspdifsink.o cc1: warnings being treated as errors alsaspdifsink.c: In function 'alsaspdifsink_get_time': alsaspdifsink.c:315: error: format '%d' expects type 'int', but argument 8 has type 'snd_pcm_sframes_t' alsaspdifsink.c:315: error: format '%d' expects type 'int', but argument 9 has type 'snd_pcm_sframes_t' alsaspdifsink.c:315: error: format '%d' expects type 'int', but argument 10 has type 'snd_pcm_sframes_t' make[3]: *** [libgstalsaspdif_la-alsaspdifsink.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 gst-plugins-good: Making all in v4l2 CC gstv4l2.o CC gstv4l2colorbalance.o CC gstv4l2object.o CC gstv4l2src.o CC gstv4l2tuner.o CC gstv4l2vidorient.o CC v4l2_calls.o cc1: warnings being treated as errors v4l2_calls.c: In function 'gst_v4l2_fill_lists': v4l2_calls.c:144: error: format '%016x' expects type 'unsigned int', but argument 8 has type 'v4l2_std_id' make[3]: *** [libgstvideo4linux2_la-v4l2_calls.lo] Error 1 make[2]: *** [all-recursive] Error 1 the stable releases builds fine Stephan > Hi all, > > The first pre-release tarballs for the upcoming Good/Bad release series > are now available as > > http://gstreamer.freedesktop.org/src/gst-plugins-good/pre/gst-plugins-good-0.10.14.2.tar.bz2 > and > http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.11.2.tar.bz2 > > > Please test and file any bugs in bugzilla: http://bugzilla.gnome.org/ > > Expect the 2nd pre-release tarballs Friday this week - the 15th. > > Cheers, > Jan. > -- ### OpenELEC.tv ### The free and open Mediacenter Distribution 4 you http://www.openelec.tv ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
with these 2 attached patches both packages compiles for me - i dont
know if these changes are correct - please look at this.
follow plugins i dont build, so i have this not tested: good: monoscope 1394 aasink cacasink directdrawsink directsoundsink dv esdsink gconfelements halelements ossaudio osxaudio osxvideosink pulseaudio sunaudio taglib ximagesrc bad: acm amrwb assrender celt dc1394 dfbvideosink dirac divx dtsdec fbdevsink gsmenc gsmdec ivorbisdec jack jp2kdec jp2kenc ladspa libmms metadata mimic modplug mpeg2enc mplex musepack musicbrainz mythtvsrc nassink neonhttpsrc ofa oss4 osxvideosrc qtwrapper sdlvideosink sdlaudiosink soundtouch spc swfdec timidity wildmidi wininet x264 Stephan Am 12.05.2009 02:35, schrieb Stephan Raue: i am try to crosscompile this versions of gst-plugins-good and gst-plugins-bad with gcc-4.4.0 an uClibc 0.9.30 and i have follow errors: gst-plugins-bad: Making all in alsaspdif CC alsaspdifsink.o cc1: warnings being treated as errors alsaspdifsink.c: In function 'alsaspdifsink_get_time': alsaspdifsink.c:315: error: format '%d' expects type 'int', but argument 8 has type 'snd_pcm_sframes_t' alsaspdifsink.c:315: error: format '%d' expects type 'int', but argument 9 has type 'snd_pcm_sframes_t' alsaspdifsink.c:315: error: format '%d' expects type 'int', but argument 10 has type 'snd_pcm_sframes_t' make[3]: *** [libgstalsaspdif_la-alsaspdifsink.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 gst-plugins-good: Making all in v4l2 CC gstv4l2.o CC gstv4l2colorbalance.o CC gstv4l2object.o CC gstv4l2src.o CC gstv4l2tuner.o CC gstv4l2vidorient.o CC v4l2_calls.o cc1: warnings being treated as errors v4l2_calls.c: In function 'gst_v4l2_fill_lists': v4l2_calls.c:144: error: format '%016x' expects type 'unsigned int', but argument 8 has type 'v4l2_std_id' make[3]: *** [libgstvideo4linux2_la-v4l2_calls.lo] Error 1 make[2]: *** [all-recursive] Error 1 the stable releases builds fine StephanHi all, The first pre-release tarballs for the upcoming Good/Bad release series are now available as http://gstreamer.freedesktop.org/src/gst-plugins-good/pre/gst-plugins-good-0.10.14.2.tar.bz2 and http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.11.2.tar.bz2 Please test and file any bugs in bugzilla: http://bugzilla.gnome.org/ Expect the 2nd pre-release tarballs Friday this week - the 15th. Cheers, Jan. -- ### OpenELEC.tv ### The free and open Mediacenter Distribution 4 you http://www.openelec.tv ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel gst-plugins-good-0.10.14.2.diff (776 bytes) Download Attachment gst-plugins-bad-0.10.11.2.diff (1K) Download Attachment |
In reply to this post by Jan Schmidt-6
Am Dienstag, den 12.05.2009, 00:56 +0100 schrieb Jan Schmidt:
> Hi all, > > The first pre-release tarballs for the upcoming Good/Bad release series > are now available as > > http://gstreamer.freedesktop.org/src/gst-plugins-good/pre/gst-plugins-good-0.10.14.2.tar.bz2 > and > http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.11.2.tar.bz2 > > Please test and file any bugs in bugzilla: http://bugzilla.gnome.org/ > > Expect the 2nd pre-release tarballs Friday this week - the 15th. requested? There's at least deinterlace2, flv, y4menc ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel signature.asc (204 bytes) Download Attachment |
On Tue, 2009-05-12 at 10:25 +0200, Sebastian Dröge wrote:
> Am Dienstag, den 12.05.2009, 00:56 +0100 schrieb Jan Schmidt: > > Hi all, > > > > The first pre-release tarballs for the upcoming Good/Bad release series > > are now available as > > > > http://gstreamer.freedesktop.org/src/gst-plugins-good/pre/gst-plugins-good-0.10.14.2.tar.bz2 > > and > > http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.11.2.tar.bz2 > > > > Please test and file any bugs in bugzilla: http://bugzilla.gnome.org/ > > > > Expect the 2nd pre-release tarballs Friday this week - the 15th. > > Will the 2nd pre-releases have all the plugin moves done that were > requested? There's at least deinterlace2, flv, y4menc Indeed. Perhaps this is a good cycle to try out the RAW UNADULTERATED POWAH of git. It's no longer required that I do the plugin moves, so maybe someone else can do it :) I'll comment on the bugs. J. -- Jan Schmidt <[hidden email]> ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi all,
The 2nd pre-release tarballs for Good and Bad are now available at http://gstreamer.freedesktop.org/src/gst-plugins-good/pre/gst-plugins-good-0.10.14.3.tar.bz2 and http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.11.3.tar.bz2 The changes since the first pre-releases are reasonably extensive. In particular, the y4menc, flv, and deinterlace2 plugins moved from Bad to Good, and the directdraw plugin moved from Good into the Bad module. Other changes included some fixes for DVD playback, and bug-fixes in qtmux and mxfdemux. Please test these tarballs and file any issues in bugzilla: http://bugzilla.gnome.org/ Expect the final release tarballs on Wednesday, 20th May if no further issues arise. Cheers, Jan. On Tue, 2009-05-12 at 13:42 +0100, Jan Schmidt wrote: > On Tue, 2009-05-12 at 10:25 +0200, Sebastian Dröge wrote: > > Am Dienstag, den 12.05.2009, 00:56 +0100 schrieb Jan Schmidt: > > > Hi all, > > > > > > The first pre-release tarballs for the upcoming Good/Bad release series > > > are now available as > > > > > > http://gstreamer.freedesktop.org/src/gst-plugins-good/pre/gst-plugins-good-0.10.14.2.tar.bz2 > > > and > > > http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.11.2.tar.bz2 > > > > > > Please test and file any bugs in bugzilla: http://bugzilla.gnome.org/ > > > > > > Expect the 2nd pre-release tarballs Friday this week - the 15th. > > > > Will the 2nd pre-releases have all the plugin moves done that were > > requested? There's at least deinterlace2, flv, y4menc > > Indeed. Perhaps this is a good cycle to try out the RAW UNADULTERATED > POWAH of git. It's no longer required that I do the plugin moves, so > maybe someone else can do it :) > > I'll comment on the bugs. > > J. Jan Schmidt <[hidden email]> ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |