[Bug 709455] dlnasrc: new manager type element used for dlna specific HTTP transfers
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Nov 12 05:33:45 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=709455
GStreamer | gst-plugins-bad | 1.x
--- Comment #24 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2013-11-12 13:33:37 UTC ---
Actually the classification should be Decoder as this "decodes" aka decrypts
the stream. If that element (could be basetransform based) has a high enough
rank (>= MARGINAL) and accepts the caps, it will be automatically plugged by
decodebin.
A demuxer has the special notion that it converts a single stream to multiple
streams, which is not the case here. A parser is handled differently in that it
is preferred over decoders of the same type, and magic is added in decodebin if
it's a parser/converter (e.g. h264parse which can convert to bytestream or avc
format). So this here should clearly be a decoder.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list