[Bug 791961] can't rip files at more than 112 kbs
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Dec 27 21:03:23 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=791961
--- Comment #17 from Mathieu Duponchelle <mduponchelle1 at gmail.com> ---
You can redirect to a file with "> /path/to/file 2>&1" at the end of command,
or use the GST_DEBUG_FILE=/path/to/file at the beginning of the command.
Anyway, after seeing these logs which only showed discovery logs, I had a quick
look at rhythmbox, and as it turns out its burn feature is implemented by
invoking brasero as a subprocess, and passes NULL as the environment to
g_spawn_async, which means you will want to reproduce in brasero and get the
gstreamer logs there.
--
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