mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
test: set shared
This commit is contained in:
parent
e4ea72ccdf
commit
a75d83e26d
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ main (int argc, char *argv[])
|
|||
"audiotestsrc ! audio/x-raw,rate=8000 ! "
|
||||
"alawenc ! rtppcmapay name=pay1 pt=97 " ")");
|
||||
|
||||
gst_rtsp_media_factory_set_shared (factory, TRUE);
|
||||
|
||||
/* make a new address pool */
|
||||
pool = gst_rtsp_address_pool_new ();
|
||||
gst_rtsp_address_pool_add_range (pool,
|
||||
|
|
Loading…
Reference in a new issue