gstreamer/gst
Xavier Claessens f7bbd9dd86 GstRTSPMountPoints: Remove any existing factory before adding a new one
The documentation of gst_rtsp_mount_points_add_factory() says "Any
previous mount point will be freed" which was true when it was
implemented using a GHashTable. But in 2012 it got rewrote using a
GSequence and since then it could have 2 factories for the same path.
Which one gets used is random, depending on the sorting order of 2
identical items.
2019-11-04 12:01:09 +00:00
..
rtsp-server GstRTSPMountPoints: Remove any existing factory before adding a new one 2019-11-04 12:01:09 +00:00
rtsp-sink Remove autotools build 2019-10-13 13:52:37 +01:00
meson.build meson: add option to disable build of rtspclientsink plugin 2018-09-19 12:17:57 +01:00