Method

PurpleMediaget_src

since: 2.6

Declaration [src]

GstElement*
purple_media_get_src (
  PurpleMedia* media,
  const gchar* sess_id
)

Description [src]

Gets the source from a session.

Available since: 2.6

Parameters

sess_id

Type: const gchar*

The session id of the session to get the source from.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: GstElement

The source retrieved.

The data is owned by the instance.