GstRTSPMediaFactoryURI

GstRTSPMediaFactoryURI

Functions

Properties

gchar * uri Read / Write
gboolean use-gstpay Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GstRTSPMediaFactory
        ╰── GstRTSPMediaFactoryURI

Description

Functions

gst_rtsp_media_factory_uri_new ()

GstRTSPMediaFactoryURI *
gst_rtsp_media_factory_uri_new (void);

gst_rtsp_media_factory_uri_set_uri ()

void
gst_rtsp_media_factory_uri_set_uri (GstRTSPMediaFactoryURI *factory,
                                    const gchar *uri);

gst_rtsp_media_factory_uri_get_uri ()

gchar *
gst_rtsp_media_factory_uri_get_uri (GstRTSPMediaFactoryURI *factory);

Types and Values

struct GstRTSPMediaFactoryURI

struct GstRTSPMediaFactoryURI;

struct GstRTSPMediaFactoryURIClass

struct GstRTSPMediaFactoryURIClass {
  GstRTSPMediaFactoryClass  parent_class;
};

Property Details

The “uri” property

  “uri”                      gchar *

The URI of the resource to stream.

Flags: Read / Write

Default value: NULL


The “use-gstpay” property

  “use-gstpay”               gboolean

Use the gstpay payloader to avoid decoding.

Flags: Read / Write

Default value: FALSE