Re: libseed-list Digest, Vol 5, Issue 7



I'll try and have another go at looking at this, It took me a while to dig through the source to gather that the GObject does not use the introspection calls, rather it's a base class defined in seed.

Regards
Alan


Alan Forbes wrote:
I took the uri I used with the C example which successfully played a
music mp3 files as well as the below code line and added it to the
program that still did not work i.e. there was no music coming from
speakers.

It may mean there could be a problem with the playbin/playbin factory
element rather than uri handling? I don't mean this to be a criticism
but the gstreamer framework is a bit complicated for doing simple tasks
like playing media files so I am going to print out the GObject & G
GStreamer reference manuals and study them rather than my usual approach
of jumping in at the deep end and tinkering with the code until I get it
(which I think will be quicker!!)
properties are supported by setter/getter hooks.

eg.

pipeline.uri = url

is equivilant to

g_object_set_property("uri", gvalue_of_url)

Regards
Alan


_______________________________________________
libseed-list mailing list
libseed-list gnome org
http://mail.gnome.org/mailman/listinfo/libseed-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]