/usr/share/doc/gstreamer0.10-buzztard-doc/TODO is in gstreamer0.10-buzztard-doc 0.5.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | $Id: TODO 2348 2009-04-15 20:47:24Z ensonic $
= tempo =
- should we rename 'tempo' to 'tempo_sync' or 'song_tempo'?
- or can we remove the iface and use TAGS?
- we already have GST_TAG_BEATS_PER_MINUTE
gst_tag_register (GST_TAG_BEATS_PER_MINUTE, GST_TAG_FLAG_META, G_TYPE_DOUBLE,
_("beats per minute"), _("number of beats per minute in audio"), NULL);
- we need GST_TAG_TICKS_PER_BEAT and GST_TAG_SUBTICKS_PER_TICK
where to register them?
- das hauptproblem mit tags anstatt tempo iface ist das man dann schlecht das
tempo im song �ndern kann, m�sste man dann eher �ber die rate im playback
segment machen
= help =
- can be removed once we get around added a GstStructure *meta to
GstElementFactory
= debugging =
G_SLICE=always-malloc G_DEBUG=gc-friendly GLIBCPP_FORCE_NEW=1 GLIBCXX_FORCE_NEW=1 valgrind --tool=memcheck --leak-check=full --leak-resolution=high --trace-children=yes --num-callers=20 --suppressions=$HOME/projects/gstreamer/gstreamer/common/gst.supp gst-launch -q >/dev/null audiotestsrc num-buffers=10 ! bml-EQ-10 ! fakesink
|