[Bug 791961] can't rip files at more than 112 kbs

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 26 19:11:34 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=791961

--- Comment #3 from Mathieu Duponchelle <mduponchelle1 at gmail.com> ---
(In reply to luca from comment #2)
> (removing it does not solve the problem)

Erg, that does make the issue even weirder

> if you could give me an advice on how to check those gstreamer pipelines i
> can report those :)

GStreamer offers API (eg [1]) to dump pipelines as dot graphs, if the
application you are using uses that API, you can simply run it with the
GST_DEBUG_DUMP_DOT_DIR environment variable set to a path, eg with:

GST_DEBUG_DUMP_DOT_DIR=$PWD rhythmbox , you should find dot files in your
current directory, which you can then transform to svg with dot -Tsvg
example.dot -o example.svg .

If the application you use does not use that API however, you will need to get
its sources and patch it to do so I'm afraid.

[1]:
https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstInfo.html#GST-DEBUG-BIN-TO-DOT-FILE:CAPS

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list