hi,
[hidden email] schrieb: > CVS Root: /cvs/gstreamer > Module: gst-plugins-base > Changes by: msmith > Date: Fri Jun 20 2008 18:24:39 UTC > > Log message: > * gst/playback/gstplay-marshal.list: > * gst/playback/gstplaybin2.c: > Add get-video-pad, get-audio-pad, get-text-pad action signals to > playbin2. This allows the user to get to the selector's sinkpads, and > thus inspect a range of things - caps, tags, etc. Why action signals and not read only properties? Stefan > > Modified files: > . : ChangeLog > gst/playback : gstplay-marshal.list gstplaybin2.c > > Links: > http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/ChangeLog.diff?r1=1.4023&r2=1.4024 > http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/gst/playback/gstplay-marshal.list.diff?r1=1.8&r2=1.9 > http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/gst/playback/gstplaybin2.c.diff?r1=1.21&r2=1.22 > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > gstreamer-cvs mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Sat, Jun 21, 2008 at 6:48 AM, Stefan Kost <[hidden email]> wrote:
> hi, > > [hidden email] schrieb: >> CVS Root: /cvs/gstreamer >> Module: gst-plugins-base >> Changes by: msmith >> Date: Fri Jun 20 2008 18:24:39 UTC >> >> Log message: >> * gst/playback/gstplay-marshal.list: >> * gst/playback/gstplaybin2.c: >> Add get-video-pad, get-audio-pad, get-text-pad action signals to >> playbin2. This allows the user to get to the selector's sinkpads, and >> thus inspect a range of things - caps, tags, etc. > > Why action signals and not read only properties? As discussed on IRC, this follows what we're doing with the get-*-tags signals (which we might deprecate in favour of these new signals and the 'tag' property on these pads). Properties don't fit because there's an argument to select which stream you're interested in. Mike ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |