Freezing Core/Base/Python to make 0.10.20.2, 0.10.20.2 and 0.10.12.2
respectively. For details, see the release schedule: http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008 Cheers, Jan. -- Jan Schmidt <[hidden email]> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Pre-releases of GStreamer Core 0.10.20.2, Base 0.10.20.2 and Python
bindings 0.10.12.2 are now available: http://gstreamer.freedesktop.org/data/src/gstreamer/pre/gstreamer-0.10.20.2.tar.bz2 http://gstreamer.freedesktop.org/data/src/gst-plugins-base/pre/gst-plugins-base-0.10.20.2.tar.bz2 and http://gstreamer.freedesktop.org/data/src/gst-python/pre/gst-python-0.10.12.2.tar.bz2 Please test them out, and file bugs in http://bugzilla.gnome.org/ New pre-releases Friday or Saturday as needed. Cheers, Jan. On Tue, 2008-09-09 at 09:38 +0100, Jan Schmidt wrote: > Freezing Core/Base/Python to make 0.10.20.2, 0.10.20.2 and 0.10.12.2 > respectively. > > For details, see the release schedule: > http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008 > > Cheers, > Jan. -- Jan Schmidt <[hidden email]> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi all,
I've just uploaded new pre-release tarballs of Core & Base, which are now at 0.10.20.3. gst-python is still at 0.10.12.2 The tarballs are at: http://gstreamer.freedesktop.org/data/src/gstreamer/pre/gstreamer-0.10.20.3.tar.bz2 http://gstreamer.freedesktop.org/data/src/gst-plugins-base/pre/gst-plugins-base-0.10.20.3.tar.bz2 and http://gstreamer.freedesktop.org/data/src/gst-python/pre/gst-python-0.10.12.2.tar.bz2 The release is scheduled for next Monday, 22nd September, however there are 2 unresolved blocker bugs in Core relating to BaseTransform change that may delay it. Please test, and file bugs in http://bugzilla.gnome.org Cheers, Jan. On Wed, 2008-09-10 at 19:31 +0100, Jan Schmidt wrote: > Pre-releases of GStreamer Core 0.10.20.2, Base 0.10.20.2 and Python > bindings 0.10.12.2 are now available: > > http://gstreamer.freedesktop.org/data/src/gstreamer/pre/gstreamer-0.10.20.2.tar.bz2 > > http://gstreamer.freedesktop.org/data/src/gst-plugins-base/pre/gst-plugins-base-0.10.20.2.tar.bz2 > and > http://gstreamer.freedesktop.org/data/src/gst-python/pre/gst-python-0.10.12.2.tar.bz2 > > Please test them out, and file bugs in http://bugzilla.gnome.org/ > > New pre-releases Friday or Saturday as needed. > > Cheers, > Jan. > > On Tue, 2008-09-09 at 09:38 +0100, Jan Schmidt wrote: > > Freezing Core/Base/Python to make 0.10.20.2, 0.10.20.2 and 0.10.12.2 > > respectively. > > > > For details, see the release schedule: > > http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008 > > > > Cheers, > > Jan. Jan Schmidt <[hidden email]> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hello,
i want to measure my Systems-latency, so created an impulse.wav-file with one single impulse (1.0) at the first sample. Then I wrote this commandline: gst-launch ! filesrc location=impulse.wav ! decodebin ! audioconvert ! alsasink alsasrc ! audioconvert ! wavenc ! filesink location=test.wav but when I look in my test.wav to count the samples, the signal took, only every 10th time I see the impulse. Is this a problem with the wav-format, that it is not really made for recording impulses? May there be another format, what is better for? Or is it a problem with buffers and blocks? In the alsasrc there is a problem changing the values for buffer-time and latency. Hope anybody has an idea. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Ok I've tried it once more, adding some noise and 4000samples of
silence, But still the same Problem, first it works, but when I want validate my Results, the impulse is gone... I really have no idea, can someone please give me a hint? there was an error in the pipeline (one "!" to much, I've also replaced the decodebin with the wavparse). Right one is: gst-launch filesrc location=impulse.wav ! wavparse ! audioconvert ! alsasink alsasrc ! audioconvert ! wavenc ! filesink location=test.wav thanks for answers, Martin -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Lehmann, Martin Sent: Mittwoch, 17. September 2008 18:16 To: [hidden email] Subject: [gst-devel] Problems with recording single impulses in wav Hello, i want to measure my Systems-latency, so created an impulse.wav-file with one single impulse (1.0) at the first sample. Then I wrote this commandline: gst-launch ! filesrc location=impulse.wav ! decodebin ! audioconvert ! alsasink alsasrc ! audioconvert ! wavenc ! filesink location=test.wav but when I look in my test.wav to count the samples, the signal took, only every 10th time I see the impulse. Is this a problem with the wav-format, that it is not really made for recording impulses? May there be another format, what is better for? Or is it a problem with buffers and blocks? In the alsasrc there is a problem changing the values for buffer-time and latency. Hope anybody has an idea. ------------------------------------------------------------------------ - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Jan Schmidt-6
Hi all,
New pre-release tarballs of Core & Base are available - 0.10.20.4 of each. I expect these to be the last pre-releases, with the release itself on Thursday. See the ChangeLog files for details of the changes since the 0.10.20.3 pre-releases. The tarballs are at: http://gstreamer.freedesktop.org/data/src/gstreamer/pre/gstreamer-0.10.20.4.tar.bz2 http://gstreamer.freedesktop.org/data/src/gst-plugins-base/pre/gst-plugins-base-0.10.20.4.tar.bz2 and http://gstreamer.freedesktop.org/data/src/gst-python/pre/gst-python-0.10.12.2.tar.bz2 Cheers, Jan. On Wed, 2008-09-17 at 14:31 +0100, Jan Schmidt wrote: > Hi all, > > I've just uploaded new pre-release tarballs of Core & Base, which are > now at 0.10.20.3. gst-python is still at 0.10.12.2 > > The tarballs are at: > > http://gstreamer.freedesktop.org/data/src/gstreamer/pre/gstreamer-0.10.20.3.tar.bz2 > > http://gstreamer.freedesktop.org/data/src/gst-plugins-base/pre/gst-plugins-base-0.10.20.3.tar.bz2 > and > http://gstreamer.freedesktop.org/data/src/gst-python/pre/gst-python-0.10.12.2.tar.bz2 > > The release is scheduled for next Monday, 22nd September, however there > are 2 unresolved blocker bugs in Core relating to BaseTransform change > that may delay it. > > Please test, and file bugs in http://bugzilla.gnome.org > > Cheers, > Jan. > > On Wed, 2008-09-10 at 19:31 +0100, Jan Schmidt wrote: > > Pre-releases of GStreamer Core 0.10.20.2, Base 0.10.20.2 and Python > > bindings 0.10.12.2 are now available: > > > > http://gstreamer.freedesktop.org/data/src/gstreamer/pre/gstreamer-0.10.20.2.tar.bz2 > > > > http://gstreamer.freedesktop.org/data/src/gst-plugins-base/pre/gst-plugins-base-0.10.20.2.tar.bz2 > > and > > http://gstreamer.freedesktop.org/data/src/gst-python/pre/gst-python-0.10.12.2.tar.bz2 > > > > Please test them out, and file bugs in http://bugzilla.gnome.org/ > > > > New pre-releases Friday or Saturday as needed. > > > > Cheers, > > Jan. > > > > On Tue, 2008-09-09 at 09:38 +0100, Jan Schmidt wrote: > > > Freezing Core/Base/Python to make 0.10.20.2, 0.10.20.2 and 0.10.12.2 > > > respectively. > > > > > > For details, see the release schedule: > > > http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008 > > > > > > Cheers, > > > Jan. Jan Schmidt <[hidden email]> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Mon, 2008-09-29 at 00:36 +0100, Jan Schmidt wrote:
> Hi all, > > New pre-release tarballs of Core & Base are available - 0.10.20.4 of > each. I expect these to be the last pre-releases, with the release > itself on Thursday. > > The tarballs are at: > http://gstreamer.freedesktop.org/data/src/gstreamer/pre/gstreamer-0.10.20.4.tar.bz2 This tarball is still missing the patch for bug #548764 -- Olivier Crête [hidden email] Collabora Ltd ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel signature.asc (204 bytes) Download Attachment |
On Sun, 2008-09-28 at 20:11 -0400, Olivier Crête wrote:
> On Mon, 2008-09-29 at 00:36 +0100, Jan Schmidt wrote: > > Hi all, > > > > New pre-release tarballs of Core & Base are available - 0.10.20.4 of > > each. I expect these to be the last pre-releases, with the release > > itself on Thursday. > > > > The tarballs are at: > > http://gstreamer.freedesktop.org/data/src/gstreamer/pre/gstreamer-0.10.20.4.tar.bz2 > > This tarball is still missing the patch for bug #548764 Good call... it sort of looks like Wtay added a comment on the bug indicating that he'd committed the patch, but didn't actually commit it? I can't see the ChangeLog entry he quoted in the bug, or the patch itself in CVS. J. -- Jan Schmidt <[hidden email]> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |