diff --git a/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json b/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json index b8decb55d0..d377bf93ef 100644 --- a/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json +++ b/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json @@ -230725,7 +230725,7 @@ "construct": true, "construct-only": false, "controllable": false, - "default": "LNX 10,0,32,18", + "default": "NULL", "mutable": "null", "readable": true, "type": "gchararray", diff --git a/subprojects/gst-plugins-bad/gst/rtmp2/gstrtmp2locationhandler.c b/subprojects/gst-plugins-bad/gst/rtmp2/gstrtmp2locationhandler.c index 67df9a6b18..a932a9fe8e 100644 --- a/subprojects/gst-plugins-bad/gst/rtmp2/gstrtmp2locationhandler.c +++ b/subprojects/gst-plugins-bad/gst/rtmp2/gstrtmp2locationhandler.c @@ -33,7 +33,7 @@ #define DEFAULT_PASSWORD NULL #define DEFAULT_AUTHMOD GST_RTMP_AUTHMOD_AUTO #define DEFAULT_TIMEOUT 5 -#define DEFAULT_FLASH_VERSION "LNX 10,0,32,18" +#define DEFAULT_FLASH_VERSION NULL G_DEFINE_INTERFACE (GstRtmpLocationHandler, gst_rtmp_location_handler, 0);