[Gstreamer-bugs] [Bug 143030] - [PATCH] improve gstplay
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Mon May 24 14:14:54 PDT 2004
http://bugzilla.gnome.org/show_bug.cgi?id=143030
GStreamer | gst-plugins | Ver: HEAD CVS
------- Additional Comments From steve at stevebaker.org 2004-05-24 17:14 -------
I think I prefer the small focused pipelines approach that Ronald is going for.
Instead of using GstPlayMode to select the pipeline how about subclassing? The
base GstPlay will define the whole interface and will support audio+video+vis.
Subclasses will then be more focused, such as:
GstAudioPlay
GstVideoPlay
GstAudioVisPlay
This way GstPlay remains the fully featured pipeline, and other apps can use
the subclasses for their media playing. Developers should be happier about
debugging the simpler subclass pipelines too.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
More information about the Gstreamer-bugs
mailing list