GNOME Bugzilla – Bug 113154
[PATCH] GstPlay fails to play without prior calling set_location.
Last modified: 2009-08-15 18:40:50 UTC
The initilisation of GstPlay does not create the play->autoplugger Element. Thus that calling sequence gst_play_new(GST_PLAY_PIPE_VIDEO) gst_play_set_data_src() gst_play_set_video_sink() gst_play_set_audio_sink() gst_play_set_state(.., GST_STATE_PLAYING) will fail. This affects any data_src which does not need a location to be set. In my case: ( videotestsrc silence ) which actually creates another issue in gst_play_default_set_data_src()
Created attachment 16579 [details] [review] Patch makes GstPlay to create a autoplugger at initialisation.
I m wondering if the sequence you are proposing is really a valid one.. I ll think about it and decide wether or not we should change something here.. you could just set gst_play_set_location(play,"videotestsrc");
what's the status of this one ? could this be closed as decodebin/playbin is the new 'master toy' ?
yes, can be closed
thanks for the feedback