Setting playbin2's uri inside about-to-finish signal handler does not work

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Setting playbin2's uri inside about-to-finish signal handler does not work

Mabio Coelho
Hi all,

I'm using gst-plugins-base-0.10.32.2/tests/icles/playback/test7.c to
test the gap-less playback feature of playbin2 but it is not working.

Running the unmodified example plays great for the first uri, executes
the about_to_finish_cb properly, but when it is supposed to play the
next URI, throws the message bellow:
(test7:7165): GLib-GObject-CRITICAL **: g_object_set: assertion
`G_IS_OBJECT (object)' failed

Then stops playing....

Any clues what is this?

Many thanks in advance,

--

MRCN

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Setting playbin2's uri inside about-to-finish signal handler does not work

Stefan Sauer
Hi,
On 08/07/11 20:10, Mabio Coelho wrote:

> Hi all,
>
> I'm using gst-plugins-base-0.10.32.2/tests/icles/playback/test7.c to
> test the gap-less playback feature of playbin2 but it is not working.
>
> Running the unmodified example plays great for the first uri, executes
> the about_to_finish_cb properly, but when it is supposed to play the
> next URI, throws the message bellow:
> (test7:7165): GLib-GObject-CRITICAL **: g_object_set: assertion
> `G_IS_OBJECT (object)' failed
Just worked fine for me:

gst-plugins-base/tests/icles/playback$ ./test7
file:///home/ensonic/Music/Dioxyde/Social\ Phobia/01\ -\ Helpless\
\(Intro\ Mission\).m4a file:///home/ensonic/Music/Dioxyde/Social\
Phobia/02\ -\ Word\ Of\ Judas.m4a

please run as G_DEBUG="fatal_warnings" gdb --args ./test7 ...

and get a backtrace and file a bug if its reproducable.

Stefan
> Then stops playing....
>
> Any clues what is this?
>
> Many thanks in advance,
>

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel