return info->stream_id;
}
+#ifndef GST_DISABLE_DEPRECATED
/**
* gst_discoverer_stream_info_get_misc:
* @info: a #GstDiscovererStreamInfo
return info->misc;
}
+#endif
/* GstDiscovererContainerInfo */
DISCOVERER_INFO_ACCESSOR_CODE (live, gboolean, FALSE);
+#ifndef GST_DISABLE_DEPRECATED
/**
* gst_discoverer_info_get_misc:
* @info: a #GstDiscovererInfo
*/
DISCOVERER_INFO_ACCESSOR_CODE (misc, const GstStructure *, NULL);
+#endif
/**
* gst_discoverer_info_get_tags:
GST_PBUTILS_API
const gchar* gst_discoverer_stream_info_get_stream_id(GstDiscovererStreamInfo* info);
+#ifndef GST_DISABLE_DEPRECATED
GST_PBUTILS_API
const GstStructure* gst_discoverer_stream_info_get_misc(GstDiscovererStreamInfo* info);
-
+#endif
GST_PBUTILS_API
const gchar * gst_discoverer_stream_info_get_stream_type_nick(GstDiscovererStreamInfo* info);
GST_PBUTILS_API
gboolean gst_discoverer_info_get_live(const GstDiscovererInfo* info);
+#ifndef GST_DISABLE_DEPRECATED
GST_PBUTILS_API
const GstStructure* gst_discoverer_info_get_misc(const GstDiscovererInfo* info);
+#endif
GST_PBUTILS_API
const GstTagList* gst_discoverer_info_get_tags(const GstDiscovererInfo* info);
return GST_RTSP_OK;
}
+#ifndef GST_DISABLE_DEPRECATED
/**
* gst_rtsp_transport_get_mime:
* @trans: a #GstRTSPTransMode
return GST_RTSP_OK;
}
+#endif
/**
* gst_rtsp_transport_get_media_type:
GST_RTSP_API
gchar* gst_rtsp_transport_as_text (GstRTSPTransport *transport);
+#ifndef GST_DISABLE_DEPRECATED
GST_RTSP_API
GstRTSPResult gst_rtsp_transport_get_mime (GstRTSPTransMode trans, const gchar **mime);
+#endif
GST_RTSP_API
GstRTSPResult gst_rtsp_transport_get_manager (GstRTSPTransMode trans, const gchar **manager, guint option);