mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
decklink: actually enable decklinksink
https://bugzilla.gnome.org/show_bug.cgi?id=704505
This commit is contained in:
parent
f9898e42f6
commit
136aa4614e
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue