Hi all,
I just uploaded the first pre-release tarballs for this release cycle. Bad, FFmpeg and Ugly are the modules being released. Tarballs are at: Please test, and file bugs in bugzilla: http://bugzilla.gnome.org/ http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.12.2.tar.bz2 http://gstreamer.freedesktop.org/src/gst-plugins-ugly/pre/gst-plugins-ugly-0.10.11.2.tar.bz2 and http://gstreamer.freedesktop.org/src/gst-ffmpeg/pre/gst-ffmpeg-0.10.7.2.tar.bz2 In particular, people might want to test the new id3mux element in -bad, that's replacing the old libid3tag based muxer in -ugly, and which will (hopefully) move to -good in the next cycle. The releases themselves are scheduled for Monday 15th, but will probably be a day or two late, as I'll be on a plane to San Francisco that day. Cheers, Jan. -- Jan Schmidt <[hidden email]> ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi,
There's a new pre-release of the Bad plugins module, to fix a couple of minor build issues. The FFmpeg and Ugly pre-releases are unchanged. Current tarballs are at: http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.12.3.tar.bz2 http://gstreamer.freedesktop.org/src/gst-plugins-ugly/pre/gst-plugins-ugly-0.10.11.2.tar.bz2 and http://gstreamer.freedesktop.org/src/gst-ffmpeg/pre/gst-ffmpeg-0.10.7.2.tar.bz2 Cheers, Jan. On Sat, 2009-06-06 at 15:45 +0100, Jan Schmidt wrote: > Hi all, > > I just uploaded the first pre-release tarballs for this release cycle. > Bad, FFmpeg and Ugly are the modules being released. Tarballs are at: > > Please test, and file bugs in bugzilla: http://bugzilla.gnome.org/ > > http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.12.2.tar.bz2 > http://gstreamer.freedesktop.org/src/gst-plugins-ugly/pre/gst-plugins-ugly-0.10.11.2.tar.bz2 > and > http://gstreamer.freedesktop.org/src/gst-ffmpeg/pre/gst-ffmpeg-0.10.7.2.tar.bz2 > > In particular, people might want to test the new id3mux element in -bad, > that's replacing the old libid3tag based muxer in -ugly, and which will > (hopefully) move to -good in the next cycle. > > The releases themselves are scheduled for Monday 15th, but will probably > be a day or two late, as I'll be on a plane to San Francisco that day. > > Cheers, > Jan. 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 |
Mates, is there somewhere I can find all elements a mixer interface can
control? Ex. "volume", for mutting and other?? In the mixer interface page I just found a brief description of it! Tks Tks! ------------------- Guilherme Longo Dept. Eng. da Computação Unaerp Linux User - #484927 *Before Asking http://www.istf.com.br/?page=perguntas !- I'd rather die on my feet than live on my knees -! ------------------------------------------------------------------------------ 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 |
On Fri, 2009-06-12 at 00:00 -0300, Guilherme wrote:
Hi, could you please not 'hijack' existing mailing list threads by replying to them with a new question, but instead send a new message to the list for new questions that's not a reply? Thanks! > Mates, is there somewhere I can find all elements a mixer interface can > control? > > Ex. "volume", for mutting and other?? > > In the mixer interface page I just found a brief description of it! You can search the default registry for elements that implement the interface. This is rarely useful, however. You should only really have to use the GstMixer interface if you want to control hardware volume, ie. if you're writing a mixer applet or so. Most applications should leave the hardware mixer control to the OS / desktop environment and just use software volume control for their streams in form of the volume element (or the 'volume' property on the audio sink if it has one). For that you shouldn't have to use the mixer interface: the volume element has 'mute' and 'volume' properties which are easier to use than the interface as well. Cheers -Tim ------------------------------------------------------------------------------ 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 |
In reply to this post by Jan Schmidt-6
Hi guys,
Here's an update on the release progress for Bad/FFmpeg/Ugly at the moment. The tarballs were supposed to be out yesterday, but stalled on some changes in -bad, and a blocker bug in -ffmpeg. The bug in gst-ffmpeg still needs resolving, so I'm planning to push out -bad and -ugly later today so they can unfreeze and get back to development. When the ffmpeg bug is fixed, I'll push another pre-release of that one, and then the final tarball a few days later. Expect gst-plugins-bad 0.10.13 and gst-plugins-ugly 0.10.8 later today. Cheers, Jan. On Wed, 2009-06-10 at 19:03 +0100, Jan Schmidt wrote: > Hi, > > There's a new pre-release of the Bad plugins module, to fix a couple of > minor build issues. The FFmpeg and Ugly pre-releases are unchanged. > Current tarballs are at: > > http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.12.3.tar.bz2 > http://gstreamer.freedesktop.org/src/gst-plugins-ugly/pre/gst-plugins-ugly-0.10.11.2.tar.bz2 > and > http://gstreamer.freedesktop.org/src/gst-ffmpeg/pre/gst-ffmpeg-0.10.7.2.tar.bz2 > > Cheers, > Jan. > > On Sat, 2009-06-06 at 15:45 +0100, Jan Schmidt wrote: > > Hi all, > > > > I just uploaded the first pre-release tarballs for this release cycle. > > Bad, FFmpeg and Ugly are the modules being released. Tarballs are at: > > > > Please test, and file bugs in bugzilla: http://bugzilla.gnome.org/ > > > > http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.12.2.tar.bz2 > > http://gstreamer.freedesktop.org/src/gst-plugins-ugly/pre/gst-plugins-ugly-0.10.11.2.tar.bz2 > > and > > http://gstreamer.freedesktop.org/src/gst-ffmpeg/pre/gst-ffmpeg-0.10.7.2.tar.bz2 > > > > In particular, people might want to test the new id3mux element in -bad, > > that's replacing the old libid3tag based muxer in -ugly, and which will > > (hopefully) move to -good in the next cycle. > > > > The releases themselves are scheduled for Monday 15th, but will probably > > be a day or two late, as I'll be on a plane to San Francisco that day. > > > > Cheers, > > Jan. 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 |
Hi all,
After a bit of a delay, there's a new pre-release of gst-ffmpeg available that fixes the regression with swfdec. The tarball is at http://gstreamer.freedesktop.org/src/gst-ffmpeg/pre/gst-ffmpeg-0.10.7.3.tar.bz2 Please test it. If there are no more problems, expect the final tarball Monday. Cheers, Jan. On Wed, 2009-06-17 at 17:22 +0100, Jan Schmidt wrote: > Hi guys, > > Here's an update on the release progress for Bad/FFmpeg/Ugly at the > moment. The tarballs were supposed to be out yesterday, but stalled on > some changes in -bad, and a blocker bug in -ffmpeg. > > The bug in gst-ffmpeg still needs resolving, so I'm planning to push out > -bad and -ugly later today so they can unfreeze and get back to > development. When the ffmpeg bug is fixed, I'll push another pre-release > of that one, and then the final tarball a few days later. > > Expect gst-plugins-bad 0.10.13 and gst-plugins-ugly 0.10.8 later today. > > Cheers, > Jan. > > On Wed, 2009-06-10 at 19:03 +0100, Jan Schmidt wrote: > > Hi, > > > > There's a new pre-release of the Bad plugins module, to fix a couple of > > minor build issues. The FFmpeg and Ugly pre-releases are unchanged. > > Current tarballs are at: > > > > http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.12.3.tar.bz2 > > http://gstreamer.freedesktop.org/src/gst-plugins-ugly/pre/gst-plugins-ugly-0.10.11.2.tar.bz2 > > and > > http://gstreamer.freedesktop.org/src/gst-ffmpeg/pre/gst-ffmpeg-0.10.7.2.tar.bz2 > > > > Cheers, > > Jan. > > > > On Sat, 2009-06-06 at 15:45 +0100, Jan Schmidt wrote: > > > Hi all, > > > > > > I just uploaded the first pre-release tarballs for this release cycle. > > > Bad, FFmpeg and Ugly are the modules being released. Tarballs are at: > > > > > > Please test, and file bugs in bugzilla: http://bugzilla.gnome.org/ > > > > > > http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.12.2.tar.bz2 > > > http://gstreamer.freedesktop.org/src/gst-plugins-ugly/pre/gst-plugins-ugly-0.10.11.2.tar.bz2 > > > and > > > http://gstreamer.freedesktop.org/src/gst-ffmpeg/pre/gst-ffmpeg-0.10.7.2.tar.bz2 > > > > > > In particular, people might want to test the new id3mux element in -bad, > > > that's replacing the old libid3tag based muxer in -ugly, and which will > > > (hopefully) move to -good in the next cycle. > > > > > > The releases themselves are scheduled for Monday 15th, but will probably > > > be a day or two late, as I'll be on a plane to San Francisco that day. > > > > > > Cheers, > > > Jan. -- Jan Schmidt <[hidden email]> ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |