How to use gstreamer in diablo?

  1. How to use gstreamer in diablo?

    Gerolf Ziegenhain 09/23/08 12:39:37
    Return-Path: <maemo-developers-bounces@maemo.org>
    X-Original-To: list1@lists.maemo.org
    Delivered-To: list1@lists.maemo.org
    Received: from lists.maemo.dmz [10.5.7.11]
    by dratini.dmz with IMAP (fetchmail-6.3.6)
    for <eero@localhost> (single-drop); Tue, 23 Sep 2008 12:40:02 +0300 (EEST)
    Received: from localhost.localdomain (localhost [127.0.0.1])
    by maemo.org (Postfix) with ESMTP id ED2A9118E9F;
    Tue, 23 Sep 2008 12:39:42 +0300 (EEST)
    X-Original-To: maemo-developers@maemo.org
    Delivered-To: maemo-developers@maemo.org
    Received: by maemo.org (Postfix, from userid 109)
    id 647DF11A940; Tue, 23 Sep 2008 12:39:41 +0300 (EEST)
    X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on maemo-midgard
    X-Spam-Level: *
    X-Spam-Status: No, score=1.8 required=5.0 tests=AWL, BAYES_50,
    FORGED_RCVD_HELO autolearn=no version=3.1.7-deb
    Received: from www.maemo.org (maemo.org [10.5.7.8])
    by maemo.org (Postfix) with ESMTP id C7E6B1187B9
    for <maemo-developers@maemo.org>; Tue, 23 Sep 2008 12:39:39 +0300 (EEST)
    Received: from mailgw1.uni-kl.de (mailgw1.uni-kl.de [131.246.120.220])
    by www.maemo.org (Postfix) with ESMTP id 7EC4C928008
    for <maemo-developers@maemo.org>; Tue, 23 Sep 2008 12:39:39 +0300 (EEST)
    Received: from kl.local (saturn.physik.uni-kl.de [131.246.236.153])
    (authenticated bits=0)
    by mailgw1.uni-kl.de (8.13.8/8.13.8/Debian-3) with ESMTP id
    m8N9da0h022274
    (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
    for <maemo-developers@maemo.org>; Tue, 23 Sep 2008 11:39:37 +0200
    From: Gerolf Ziegenhain <mail.gerolf@ziegenhain.com>
    To: maemo-developers@maemo.org
    Subject: How to use gstreamer in diablo?
    Date: Tue, 23 Sep 2008 11:39:37 +0200
    User-Agent: KMail/1.9.9
    MIME-Version: 1.0
    Message-Id: <200809231139.37720.mail.gerolf@ziegenhain.com>
    X-BeenThere: maemo-developers@maemo.org
    X-Mailman-Version: 2.1.9
    Precedence: list
    List-Id: for maemo developers <maemo-developers.maemo.org>
    List-Unsubscribe: <https://lists.maemo.org/mailman/listinfo/maemo-developers>,
    <mailto:maemo-developers-request@maemo.org?subject=unsubscribe>
    List-Archive: <http://lists.maemo.org/pipermail/maemo-developers>
    List-Post: <mailto:maemo-developers@maemo.org>
    List-Help: <mailto:maemo-developers-request@maemo.org?subject=help>
    List-Subscribe: <https://lists.maemo.org/mailman/listinfo/maemo-developers>,
    <mailto:maemo-developers-request@maemo.org?subject=subscribe>
    Content-Type: multipart/mixed; boundary="===============0325573071=="
    Mime-version: 1.0
    Sender: maemo-developers-bounces@maemo.org
    Errors-To: maemo-developers-bounces@maemo.org

    --===============0325573071==
    Content-Type: multipart/signed;
    boundary="nextPart29831522.EZQmogyXW9";
    protocol="application/pgp-signature";
    micalg=pgp-sha1
    Content-Transfer-Encoding: 7bit

    --nextPart29831522.EZQmogyXW9
    Content-Type: text/plain;
    charset="us-ascii"
    Content-Transfer-Encoding: quoted-printable
    Content-Disposition: inline

    Dear mailinglist,

    How could I use gstreamer in the nokia tablet with diablo? Somehow the gst-=
    =2E..=20
    commands are not provided and it also seems, that even though I can load t=
    he=20
    python modules, its not possible to setup an audio test source:

    Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    gst.ElementNotFoundError: audiotestsrc
    >>> gst.element_factory_make("audiotestsrc", "audio")

    As I think I installed all stuff provided in the usual repositories, my=20
    question would be: Is there a quick intro on how to use gstreamer with pyth=
    on=20
    on the tablet?

    Best regards:
    Gerolf

    --nextPart29831522.EZQmogyXW9
    Content-Type: application/pgp-signature; name=signature.asc
    Content-Description: This is a digitally signed message part.

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.4.9 (GNU/Linux)

    iEYEABECAAYFAkjYuVkACgkQalbjXlQ8H1PEKACdEfpIXRqrYdx9MMA3QvlCkp+z
    kvsAnjDBjBj62atWK6BqjbtbkfgnmPp2
    =Oqkw
    -----END PGP SIGNATURE-----

    --nextPart29831522.EZQmogyXW9--

    --===============0325573071==
    Content-Type: text/plain; charset="us-ascii"
    MIME-Version: 1.0
    Content-Transfer-Encoding: 7bit
    Content-Disposition: inline

    _______________________________________________
    maemo-developers mailing list
    maemo-developers@maemo.org
    https://lists.maemo.org/mailman/listinfo/maemo-developers

    --===============0325573071==--
    Dear mailinglist,

    How could I use gstreamer in the nokia tablet with diablo? Somehow the gst-...
    commands are not provided and it also seems, that even though I can load the
    python modules, its not possible to setup an audio test source:

    Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    gst.ElementNotFoundError: audiotestsrc
    >>> gst.element_factory_make("audiotestsrc", "audio")

    As I think I installed all stuff provided in the usual repositories, my
    question would be: Is there a quick intro on how to use gstreamer with python
    on the tablet?

    Best regards:
    Gerolf

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.4.9 (GNU/Linux)

    iEYEABECAAYFAkjYuVkACgkQalbjXlQ8H1PEKACdEfpIXRqrYdx9MMA3QvlCkp+z
    kvsAnjDBjBj62atWK6BqjbtbkfgnmPp2
    =Oqkw
    -----END PGP SIGNATURE-----

    _______________________________________________
    maemo-developers mailing list
    maemo-developers@maemo.org
    https://lists.maemo.org/mailman/listinfo/maemo-developers
    •  Reply
  2. Re: How to use gstreamer in diablo?

    Raul Herbster 09/23/08 15:10:20
    Return-Path: <maemo-developers-bounces@maemo.org>
    X-Original-To: list1@lists.maemo.org
    Delivered-To: list1@lists.maemo.org
    Received: from lists.maemo.dmz [10.5.7.11]
    by dratini.dmz with IMAP (fetchmail-6.3.6)
    for <eero@localhost> (single-drop); Tue, 04 Nov 2008 10:54:32 +0200 (EET)
    Received: from localhost.localdomain (localhost [127.0.0.1])
    by maemo.org (Postfix) with ESMTP id 95294C13A2;
    Tue, 23 Sep 2008 15:10:26 +0300 (EEST)
    X-Original-To: maemo-developers@maemo.org
    Delivered-To: maemo-developers@maemo.org
    Received: by maemo.org (Postfix, from userid 109)
    id 3C4E1C13A2; Tue, 23 Sep 2008 15:10:25 +0300 (EEST)
    X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on maemo-midgard
    X-Spam-Level: **
    X-Spam-Status: No, score=2.0 required=5.0 tests=AWL,BAYES_50,
    DNS_FROM_RFC_POST,HTML_40_50,HTML_MESSAGE autolearn=no
    version=3.1.7-deb
    Received: from www.maemo.org (maemo.org [10.5.7.8])
    by maemo.org (Postfix) with ESMTP id EDA361187B9
    for <maemo-developers@maemo.org>; Tue, 23 Sep 2008 15:10:22 +0300 (EEST)
    Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.225])
    by www.maemo.org (Postfix) with ESMTP id CD439928019
    for <maemo-developers@maemo.org>; Tue, 23 Sep 2008 15:10:21 +0300 (EEST)
    Received: by rv-out-0506.google.com with SMTP id k40so1685333rvb.15
    for <maemo-developers@maemo.org>; Tue, 23 Sep 2008 05:10:20 -0700 (PDT)
    Received: by 10.141.172.7 with SMTP id z7mr2686580rvo.15.1222171820469;
    Tue, 23 Sep 2008 05:10:20 -0700 (PDT)
    Received: by 10.141.116.11 with HTTP; Tue, 23 Sep 2008 05:10:20 -0700 (PDT)
    Message-ID: <6fbb4ff20809230510p79190eddx67fa09a2e2c183c@mail.gmail.com>
    Date: Tue, 23 Sep 2008 09:10:20 -0300
    From: "Raul Fernandes Herbster" <raulherbster@gmail.com>
    To: "Gerolf Ziegenhain" <mail.gerolf@ziegenhain.com>
    Subject: Re: How to use gstreamer in diablo?
    In-Reply-To: <200809231139.37720.mail.gerolf@ziegenhain.com>
    MIME-Version: 1.0
    References: <200809231139.37720.mail.gerolf@ziegenhain.com>
    Cc: maemo-developers@maemo.org
    X-BeenThere: maemo-developers@maemo.org
    X-Mailman-Version: 2.1.9
    Precedence: list
    List-Id: for maemo developers <maemo-developers.maemo.org>
    List-Unsubscribe: <https://lists.maemo.org/mailman/listinfo/maemo-developers>,
    <mailto:maemo-developers-request@maemo.org?subject=unsubscribe>
    List-Archive: <http://lists.maemo.org/pipermail/maemo-developers>
    List-Post: <mailto:maemo-developers@maemo.org>
    List-Help: <mailto:maemo-developers-request@maemo.org?subject=help>
    List-Subscribe: <https://lists.maemo.org/mailman/listinfo/maemo-developers>,
    <mailto:maemo-developers-request@maemo.org?subject=subscribe>
    Content-Type: multipart/mixed; boundary="===============1503465010=="
    Mime-version: 1.0
    Sender: maemo-developers-bounces@maemo.org
    Errors-To: maemo-developers-bounces@maemo.org

    --===============1503465010==
    Content-Type: multipart/alternative;
    boundary="----=_Part_28108_384067.1222171820471"

    ------=_Part_28108_384067.1222171820471
    Content-Type: text/plain; charset=ISO-8859-1
    Content-Transfer-Encoding: 7bit
    Content-Disposition: inline

    Hi Gerolf,

    there're some tutorials on Forum Nokia wiki:

    http://wiki.forum.nokia.com/index.php/How_to_create_a_mp3_player_in_maemo
    http://wiki.forum.nokia.com/index.php/Maemo_multimedia_applications_-_Part_II
    http://wiki.forum.nokia.com/index.php/Maemo_multimedia_applications_-_Part_I

    Regards,
    --Raul

    On Tue, Sep 23, 2008 at 6:39 AM, Gerolf Ziegenhain <
    mail.gerolf@ziegenhain.com> wrote:

    > Dear mailinglist,
    >
    > How could I use gstreamer in the nokia tablet with diablo? Somehow the
    > gst-...
    > commands are not provided and it also seems, that even though I can load
    > the
    > python modules, its not possible to setup an audio test source:
    >
    > Traceback (most recent call last):
    > File "<stdin>", line 1, in <module>
    > gst.ElementNotFoundError: audiotestsrc
    > >>> gst.element_factory_make("audiotestsrc", "audio")
    >
    > As I think I installed all stuff provided in the usual repositories, my
    > question would be: Is there a quick intro on how to use gstreamer with
    > python
    > on the tablet?
    >
    > Best regards:
    > Gerolf
    >
    > _______________________________________________
    > maemo-developers mailing list
    > maemo-developers@maemo.org
    > https://lists.maemo.org/mailman/listinfo/maemo-developers
    >
    >


    --
    Raul Fernandes Herbster
    Embedded and Pervasive Computing Laboratory - embedded.ufcg.edu.br
    Electrical Engineering and Informatics Center - CEEI
    Federal University of Campina Grande - UFCG - www.ufcg.edu.br
    Caixa Postal 10105
    58109-970 Campina Grande - PB - Brasil

    ------=_Part_28108_384067.1222171820471
    Content-Type: text/html; charset=ISO-8859-1
    Content-Transfer-Encoding: 7bit
    Content-Disposition: inline

    <div dir="ltr">Hi Gerolf,<br><br>there&#39;re some tutorials on Forum Nokia wiki:<br><br><a href="http://wiki.forum.nokia.com/index.php/How_to_create_a_mp3_player_in_maemo">http://wiki.forum.nokia.com/index.php/How_to_create_a_mp3_player_in_maemo</a><br>
    <a href="http://wiki.forum.nokia.com/index.php/Maemo_multimedia_applications_-_Part_II">http://wiki.forum.nokia.com/index.php/Maemo_multimedia_applications_-_Part_II</a><br><a href="http://wiki.forum.nokia.com/index.php/Maemo_multimedia_applications_-_Part_I">http://wiki.forum.nokia.com/index.php/Maemo_multimedia_applications_-_Part_I</a><br>
    <br>Regards,<br>--Raul<br><br><div class="gmail_quote">On Tue, Sep 23, 2008 at 6:39 AM, Gerolf Ziegenhain <span dir="ltr">&lt;<a href="mailto:mail.gerolf@ziegenhain.com">mail.gerolf@ziegenhain.com</a>&gt;</span> wrote:<br>
    <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Dear mailinglist,<br>
    <br>
    How could I use gstreamer in the nokia tablet with diablo? Somehow the gst-...<br>
    commands are not provided and it also seems, that even though I can &nbsp;load the<br>
    python modules, its not possible to setup an audio test &nbsp;source:<br>
    <br>
    Traceback (most recent call last):<br>
    &nbsp;File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>
    &nbsp;gst.ElementNotFoundError: audiotestsrc<br>
    &nbsp;&gt;&gt;&gt; gst.element_factory_make(&quot;audiotestsrc&quot;, &quot;audio&quot;)<br>
    <br>
    As I think I installed all &nbsp;stuff provided in the usual repositories, my<br>
    question would be: Is there a quick intro on how to use gstreamer with python<br>
    on the tablet?<br>
    <br>
    Best regards:<br>
    <font color="#888888"> &nbsp; &nbsp; &nbsp; &nbsp;Gerolf<br>
    </font><br>_______________________________________________<br>
    maemo-developers mailing list<br>
    <a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>
    <a href="https://lists.maemo.org/mailman/listinfo/maemo-developers" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
    <br></blockquote></div><br><br clear="all"><br>-- <br>Raul Fernandes Herbster<br>Embedded and Pervasive Computing Laboratory - <a href="http://embedded.ufcg.edu.br">embedded.ufcg.edu.br</a><br>Electrical Engineering and Informatics Center - CEEI<br>
    Federal University of Campina Grande - UFCG - <a href="http://www.ufcg.edu.br">www.ufcg.edu.br</a><br>Caixa Postal 10105<br>58109-970 Campina Grande - PB - Brasil<br>
    </div>

    ------=_Part_28108_384067.1222171820471--

    --===============1503465010==
    Content-Type: text/plain; charset="us-ascii"
    MIME-Version: 1.0
    Content-Transfer-Encoding: 7bit
    Content-Disposition: inline

    _______________________________________________
    maemo-developers mailing list
    maemo-developers@maemo.org
    https://lists.maemo.org/mailman/listinfo/maemo-developers

    --===============1503465010==--
    Hi Gerolf,

    there're some tutorials on Forum Nokia wiki:

    http://wiki.forum.nokia.com/index.php/How_to_create_a_mp3_player_in_maemo
    http://wiki.forum.nokia.com/index.php/Maemo_multimedia_applications_-_Part_II
    http://wiki.forum.nokia.com/index.php/Maemo_multimedia_applications_-_Part_I

    Regards,
    --Raul

    On Tue, Sep 23, 2008 at 6:39 AM, Gerolf Ziegenhain <
    mail.gerolf@ziegenhain.com> wrote:

    > Dear mailinglist,
    >
    > How could I use gstreamer in the nokia tablet with diablo? Somehow the
    > gst-...
    > commands are not provided and it also seems, that even though I can load
    > the
    > python modules, its not possible to setup an audio test source:
    >
    > Traceback (most recent call last):
    > File "<stdin>", line 1, in <module>
    > gst.ElementNotFoundError: audiotestsrc
    > >>> gst.element_factory_make("audiotestsrc", "audio")
    >
    > As I think I installed all stuff provided in the usual repositories, my
    > question would be: Is there a quick intro on how to use gstreamer with
    > python
    > on the tablet?
    >
    > Best regards:
    > Gerolf
    >
    > _______________________________________________
    > maemo-developers mailing list
    > maemo-developers@maemo.org
    > https://lists.maemo.org/mailman/listinfo/maemo-developers
    >
    >


    --
    Raul Fernandes Herbster
    Embedded and Pervasive Computing Laboratory - embedded.ufcg.edu.br
    Electrical Engineering and Informatics Center - CEEI
    Federal University of Campina Grande - UFCG - www.ufcg.edu.br
    Caixa Postal 10105
    58109-970 Campina Grande - PB - Brasil

    _______________________________________________
    maemo-developers mailing list
    maemo-developers@maemo.org
    https://lists.maemo.org/mailman/listinfo/maemo-developers
    •  Reply
  3. Re: How to use gstreamer in diablo?

    Stefan Kost 09/25/08 21:20:33
    Gerolf Ziegenhain schrieb:
    > Dear mailinglist,
    >
    > How could I use gstreamer in the nokia tablet with diablo? Somehow the gst-...
    > commands are not provided and it also seems, that even though I can load the
    > python modules, its not possible to setup an audio test source:
    >
    > Traceback (most recent call last):
    > File "<stdin>", line 1, in <module>
    > gst.ElementNotFoundError: audiotestsrc
    > >>> gst.element_factory_make("audiotestsrc", "audio")

    audiotestsrc is not installed by default. Should be in
    gstreamer0.10-plugins-base-extra or so.

    Stefan

    >
    > As I think I installed all stuff provided in the usual repositories, my
    > question would be: Is there a quick intro on how to use gstreamer with python
    > on the tablet?
    >
    > Best regards:
    > Gerolf
    >
    >
    > ------------------------------------------------------------------------
    >
    > _______________________________________________
    > maemo-developers mailing list
    > maemo-developers@maemo.org
    > https://lists.maemo.org/mailman/listinfo/maemo-developers

    _______________________________________________
    maemo-developers mailing list
    maemo-developers@maemo.org
    https://lists.maemo.org/mailman/listinfo/maemo-developers
    •  Reply

sponsored by Nokia Corporation