decklink: actually enable decklinksink

https://bugzilla.gnome.org/show_bug.cgi?id=704505
This commit is contained in:
Youri Westerman 2013-07-19 23:42:12 +02:00 committed by Tim-Philipp Müller
parent f9898e42f6
commit 136aa4614e

View file

@ -288,10 +288,9 @@ plugin_init (GstPlugin * plugin)
gst_element_register (plugin, "decklinksrc", GST_RANK_NONE,
gst_decklink_src_get_type ());
#if 0
gst_element_register (plugin, "decklinksink", GST_RANK_NONE,
gst_decklink_sink_get_type ());
#endif
return TRUE;
}