mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
examples: mark the example as shared for testing
This commit is contained in:
parent
c6e1aef881
commit
660006b04f
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ main (int argc, char *argv[])
|
|||
gst_rtsp_media_factory_set_launch (factory,
|
||||
"( videotestsrc is-live=1 ! x264enc ! rtph264pay name=pay0 pt=96 )");
|
||||
|
||||
gst_rtsp_media_factory_set_shared (factory, TRUE);
|
||||
|
||||
/* attach the test factory to the /test url */
|
||||
gst_rtsp_media_mapping_add_factory (mapping, "/test", factory);
|
||||
|
||||
|
|
Loading…
Reference in a new issue