decklinksrc: Set GST_ELEMENT_FLAG_SOURCE on the source
authorSebastian Dröge <sebastian@centricular.com>
Sat, 14 Dec 2013 17:42:11 +0000 (18:42 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 14 Dec 2013 17:43:03 +0000 (18:43 +0100)
commit234f3c73dc4ded22de9e5650865c45c5be4a0873
treebf3d9a80f27a9f943d44fd52d7b57d88411f0203
parent91787ce4f06134fa48d3eb38df37195b7a739694
decklinksrc: Set GST_ELEMENT_FLAG_SOURCE on the source

As it does not inherit from basesrc, this flag is not automatically set
and e.g. gst_bin_iterate_sources() and other code does not consider this
element a source.

https://bugzilla.gnome.org/show_bug.cgi?id=680700
sys/decklink/gstdecklinksrc.cpp