[Bug 731853] New tool : Add a CodecAnalyzer
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jul 7 11:51:11 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=731853
GStreamer | gst-devtools | unspecified
--- Comment #17 from Stefan Sauer (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2014-07-07 18:51:06 UTC ---
Not a showstopper for submission, but it would be nice to have some top-level
comment block in main classes to describe how it works, e.g. gst-analyzersink
could have one.
The gst-pipeline is producing intermediate files at
~/tmp/codecanalyzer/{hex,xml}/
the code is from analyzer_create_dirs(). This should use g_get_user_cache_dir()
if the data is reused or g_get_tmp_dir().
On the other hand I am not super fond of the filesystem interaction. What about
using nested GstStructures for the data and emitting them as GstBusMessages?
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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