Allow elements to be given custom names with [] syntax. ie, gstreamer-launch disksrc...
authorRichard Boulton <richard@tartarus.org>
Fri, 29 Jun 2001 17:53:02 +0000 (17:53 +0000)
committerRichard Boulton <richard@tartarus.org>
Fri, 29 Jun 2001 17:53:02 +0000 (17:53 +0000)
commit1c3b5dc57b7f8ea38bf1adf3609a63ab084c9a1e
tree38a1b6d17e44b56622361067c70ceef129660301
parentbeb29ac2573ecb0c7d11cde552cf55c9c9c785ca
Allow elements to be given custom names with [] syntax. ie, gstreamer-launch disksrc[mysrc] ! ...

Original commit message from CVS:
Allow elements to be given custom names with [] syntax.

ie, gstreamer-launch disksrc[mysrc] ! ...
makes a disksrc element named mysrc, rather than disksrc0

Suggestion: don't name things with names with numbers at the end, or they
may conflict with names allocated automatically.
gst/gstparse.c