Method

PurpleMediaManagerset_video_caps

since: 2.8

Declaration [src]

void
purple_media_manager_set_video_caps (
  PurpleMediaManager* manager,
  GstCaps* caps
)

Description [src]

Reduces media formats supported by the video source to given set.

Useful to force negotiation of smaller picture resolution more suitable for use with particular codec and communication protocol without rescaling.

Available since: 2.8

Parameters

caps

Type: GstCaps

Set of allowed media formats.

The data is owned by the caller of the function.