[gst-devel] Proposal for new UDP src element.

Ronald Bultje rbultje at ronald.bitfreak.net
Sat Feb 7 11:19:01 CET 2004


On Sat, 2004-02-07 at 20:01, Ramón García wrote:
> Properties of the UDPsrc element:
> 
> local_address
> local_address_str
> 
> data_port
> control_port
> 
> remote_addresses
> remote_addresses_str
> 
> Properties ending in _str are "stringified" so that
> the element can be used in gst-launch.

Please register transformation to/from strings (GValue magic foo) and
remove the _str properties. This also automates proper saving/loading
from/to XML, makes it editable in property editors and much, much more.
Besides, it's cleaner. ;).

GValue is sweet.

Ronald





More information about the gstreamer-devel mailing list