diff options
author | Stian Selnes <stian@pexip.com> | 2015-10-07 23:49:58 +0200 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-02-12 10:08:06 +0000 |
commit | e3f9e854f08e82bfab11182c5a2aa6f9a0c73cd5 (patch) | |
tree | dc328faabb84792da5a1b0ba9a79f125c7784584 /configure.ac | |
parent | 88e21e6089bade0e2ddc5557c4ee41dce8b3ce24 (diff) |
netsim: Add netsim element
Resurrected from the Farstream repository and given an
overhaul to fix races, deadlocks etc.
https://bugzilla.gnome.org/show_bug.cgi?id=756252
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c09952864..286c21d22 100644 --- a/configure.ac +++ b/configure.ac @@ -501,6 +501,7 @@ AG_GST_CHECK_PLUGIN(mpegtsmux) AG_GST_CHECK_PLUGIN(mpegpsmux) AG_GST_CHECK_PLUGIN(mve) AG_GST_CHECK_PLUGIN(mxf) +AG_GST_CHECK_PLUGIN(netsim) AG_GST_CHECK_PLUGIN(nuvdemux) AG_GST_CHECK_PLUGIN(onvif) AG_GST_CHECK_PLUGIN(patchdetect) @@ -3474,6 +3475,7 @@ gst/mpegtsmux/tsmux/Makefile gst/mpegpsmux/Makefile gst/mve/Makefile gst/mxf/Makefile +gst/netsim/Makefile gst/nuvdemux/Makefile gst/onvif/Makefile gst/patchdetect/Makefile |