mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-24 17:44:14 +00:00
Mark all ONVIF-specific subclasses as Since 1.14
This commit is contained in:
parent
84a7f459a1
commit
d525000f6a
4 changed files with 20 additions and 0 deletions
|
@ -35,6 +35,11 @@
|
||||||
typedef struct GstRTSPOnvifClientClass GstRTSPOnvifClientClass;
|
typedef struct GstRTSPOnvifClientClass GstRTSPOnvifClientClass;
|
||||||
typedef struct GstRTSPOnvifClient GstRTSPOnvifClient;
|
typedef struct GstRTSPOnvifClient GstRTSPOnvifClient;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GstRTSPOnvifClient:
|
||||||
|
*
|
||||||
|
* Since: 1.14
|
||||||
|
*/
|
||||||
struct GstRTSPOnvifClientClass
|
struct GstRTSPOnvifClientClass
|
||||||
{
|
{
|
||||||
GstRTSPClientClass parent;
|
GstRTSPClientClass parent;
|
||||||
|
|
|
@ -36,6 +36,11 @@ typedef struct GstRTSPOnvifMediaFactoryClass GstRTSPOnvifMediaFactoryClass;
|
||||||
typedef struct GstRTSPOnvifMediaFactory GstRTSPOnvifMediaFactory;
|
typedef struct GstRTSPOnvifMediaFactory GstRTSPOnvifMediaFactory;
|
||||||
typedef struct GstRTSPOnvifMediaFactoryPrivate GstRTSPOnvifMediaFactoryPrivate;
|
typedef struct GstRTSPOnvifMediaFactoryPrivate GstRTSPOnvifMediaFactoryPrivate;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GstRTSPOnvifMediaFactory:
|
||||||
|
*
|
||||||
|
* Since: 1.14
|
||||||
|
*/
|
||||||
struct GstRTSPOnvifMediaFactoryClass
|
struct GstRTSPOnvifMediaFactoryClass
|
||||||
{
|
{
|
||||||
GstRTSPMediaFactoryClass parent;
|
GstRTSPMediaFactoryClass parent;
|
||||||
|
|
|
@ -36,6 +36,11 @@ typedef struct GstRTSPOnvifMediaClass GstRTSPOnvifMediaClass;
|
||||||
typedef struct GstRTSPOnvifMedia GstRTSPOnvifMedia;
|
typedef struct GstRTSPOnvifMedia GstRTSPOnvifMedia;
|
||||||
typedef struct GstRTSPOnvifMediaPrivate GstRTSPOnvifMediaPrivate;
|
typedef struct GstRTSPOnvifMediaPrivate GstRTSPOnvifMediaPrivate;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GstRTSPOnvifMedia:
|
||||||
|
*
|
||||||
|
* Since: 1.14
|
||||||
|
*/
|
||||||
struct GstRTSPOnvifMediaClass
|
struct GstRTSPOnvifMediaClass
|
||||||
{
|
{
|
||||||
GstRTSPMediaClass parent;
|
GstRTSPMediaClass parent;
|
||||||
|
|
|
@ -35,6 +35,11 @@
|
||||||
typedef struct GstRTSPOnvifServerClass GstRTSPOnvifServerClass;
|
typedef struct GstRTSPOnvifServerClass GstRTSPOnvifServerClass;
|
||||||
typedef struct GstRTSPOnvifServer GstRTSPOnvifServer;
|
typedef struct GstRTSPOnvifServer GstRTSPOnvifServer;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GstRTSPOnvifServer:
|
||||||
|
*
|
||||||
|
* Since: 1.14
|
||||||
|
*/
|
||||||
struct GstRTSPOnvifServerClass
|
struct GstRTSPOnvifServerClass
|
||||||
{
|
{
|
||||||
GstRTSPServerClass parent;
|
GstRTSPServerClass parent;
|
||||||
|
|
Loading…
Reference in a new issue