[gstreamer-bugs] [Bug 332460] Error handling needs to provide information on pipeline used

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Feb 9 06:00:38 PST 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=332460

  GStreamer | gstreamer (core) | Ver: git




------- Comment #6 from Stefan Kost (gstreamer, gtkdoc dev)  2009-02-09 14:00 UTC -------
I could probably make a variant that dumps the pipeline in a tree like manner.
Something like this? 

GstPipeline:beeps
+- GstAudioTestSrc:src0
+- GstVolume:gain
`- GstAutoAudioSink:sink0
   +- GstAudioConvert:conv
   `- GstAlsaSink:realsink

What details are needed (versions, package origins, modified gobject
properties)?

Should we have another set of macros
GST_DEBUG_BIN_TO_TXT_FILE(), GST_DEBUG_BIN_TO_TXT_FILE_WITH_TS()
and the releated envvar GST_DEBUG_DUMP_TXT_DIR? The implementation could
definitely go to gstdebugutils.{c,h}.

Also for the output, it can be more verbose (it could also support
GstDebugGraphDetails):

GstPipeline:beeps (paused)
+- GstAudioTestSrc:src0 (paused)
|  wave=3 volume=0.4
|  src=audio/x-raw-int
+- GstVolume:gain
|  ...
...


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=332460.




More information about the Gstreamer-bugs mailing list