[Gstreamer-bugs] [Bug 113154] New - GstPlay fails to play without prior calling set_location.

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri May 16 16:02:24 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=113154

Changed by meiker at uni-paderborn.de.

--- shadow/113154	Fri May 16 19:02:24 2003
+++ shadow/113154.tmp.15604	Fri May 16 19:02:24 2003
@@ -0,0 +1,31 @@
+Bug#: 113154
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: meiker at uni-paderborn.de               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.6.x
+URL: 
+Summary: GstPlay fails to play without prior calling set_location.
+
+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()





More information about the Gstreamer-bugs mailing list