How to use gstreamer in diablo?

How to use gstreamer in diablo?

2008-09-23 09:39 UTC
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-----
  •  Reply

Re: How to use gstreamer in diablo?

Raul Herbster
Karma: 226
2008-09-23 12:10 UTC
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
>
>
>


--
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
  •  Reply

Re: How to use gstreamer in diablo?

Stefan Kost
Karma: 56
2008-09-25 18:20 UTC
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
>
>
> ------------------------------------------------------------------------
>
  •  Reply