From: Thomas Vander Stichele Date: Thu, 8 Jul 2004 15:50:29 +0000 (+0000) Subject: suggestion X-Git-Tag: RELEASE-0_8_4~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=411bc65e95d1674dcdf86946e9bde246c876c3ce;p=platform%2Fupstream%2Fgstreamer.git suggestion Original commit message from CVS: suggestion --- diff --git a/docs/random/ds/0.9-suggested-changes b/docs/random/ds/0.9-suggested-changes index d8f0627..a7b8424 100644 --- a/docs/random/ds/0.9-suggested-changes +++ b/docs/random/ds/0.9-suggested-changes @@ -60,7 +60,14 @@ API: - remove unnecessary headers from gst.h (gstqueue.h in particular) - - make sure GstClockTime is used wherever it shoud (e.g. gstplay) + - make sure GstClockTime is used wherever it should (e.g. gstplay) + + - make gst_bin_get_list virtual so subclasses can override it (e.g. + gst-play which contains an internal thread not inside the bin that is + gstplay) + - make gst_bin_get_by_interface search on the list provided by this get_list + so that you can search a GstPlay for an element implementing the interface + (right now gstplay has added a gst_play_get_by_interface) caps: