After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 113154 - [PATCH] GstPlay fails to play without prior calling set_location.
[PATCH] GstPlay fails to play without prior calling set_location.
Status: VERIFIED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.6.x
Assigned To: Julien MOUTTE
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-16 23:02 UTC by Martin Eikermann
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch makes GstPlay to create a autoplugger at initialisation. (993 bytes, patch)
2003-05-16 23:04 UTC, Martin Eikermann
none Details | Review

Description Martin Eikermann 2003-05-16 23:02:23 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()
Comment 1 Martin Eikermann 2003-05-16 23:04:18 UTC
Created attachment 16579 [details] [review]
Patch makes GstPlay to create a autoplugger at initialisation.
Comment 2 Julien MOUTTE 2003-09-16 20:40:19 UTC
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");
Comment 3 Stephane Loeuillet 2004-12-12 21:37:24 UTC
what's the status of this one ?

could this be closed as decodebin/playbin is the new 'master toy' ?
Comment 4 Martin Eikermann 2004-12-14 00:36:04 UTC
yes, can be closed
Comment 5 Stephane Loeuillet 2004-12-14 22:16:24 UTC
thanks for the feedback