checkSetupEventsWithStreamId
fn
void checkSetupEventsWithStreamId(gst.pad.Pad srcpad, gst.element.Element element, gst.caps.Caps caps, gst.types.Format format, string streamId)Push stream-start, caps and segment event, which consist of the minimum required events to allow streaming. Caps is optional to allow raw src testing.
Parameters
srcpad | The src #GstPad to push on |
element | The #GstElement use to create the stream id |
caps | #GstCaps in case caps event must be sent |
format | The #GstFormat of the default segment to send |
streamId | A unique identifier for the stream |