GNOME Bugzilla – Bug 623514
GstAppSink should have a "blocksize" property
Last modified: 2010-07-11 20:31:51 UTC
GstAppSrc has a "blocksize" property, but not GstAppSink : shouldn't it have one too?
According to 'gst-inspect-0.10 appsink' it already has a "blocksize" property, although I suspect it doesn't do what you want. How about you outline what new functionality you need from appsink and why, and then we can see how to best implement that.
Indeed, that property now exists... sorry, I opened that bug without checking... after a bug where it was mentioned got closed as "it's not clear what it's about". One more bug down : I'll perhaps finally get gstreamer to work with ekiga...
Julien: it has that property because it inherits that property from GstBaseSink. However, as I said, it's probably not what you want, since it only applies to the sink operating in pull-mode, which is hardly ever the case. I was trying to emphasise the fact that you didn't really describe what you need very well.