Home
last modified time | relevance | path

Searched refs:GstRTSPMsgType (Results 1 – 25 of 37) sorted by relevance

12

/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-rtsp-sys-0.17.0/tests/
H A Dlayout.c21 printf("%s;%zu;%zu\n", "GstRTSPMsgType", sizeof(GstRTSPMsgType), alignof(GstRTSPMsgType)); in main()
H A Dabi.rs287 size: size_of::<GstRTSPMsgType>(),
288 alignment: align_of::<GstRTSPMsgType>(),
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.h70 } GstRTSPMsgType; typedef
83 GstRTSPMsgType type;
136 GstRTSPMsgType gst_rtsp_message_get_type (GstRTSPMessage *msg);
H A Dgstrtspmessage.c167 GstRTSPMsgType
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.h70 } GstRTSPMsgType; typedef
83 GstRTSPMsgType type;
136 GstRTSPMsgType gst_rtsp_message_get_type (GstRTSPMessage *msg);
H A Dgstrtspmessage.c167 GstRTSPMsgType
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.h70 } GstRTSPMsgType; typedef
83 GstRTSPMsgType type;
136 GstRTSPMsgType gst_rtsp_message_get_type (GstRTSPMessage *msg);
H A Dgstrtspmessage.c167 GstRTSPMsgType
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.h70 } GstRTSPMsgType; typedef
83 GstRTSPMsgType type;
136 GstRTSPMsgType gst_rtsp_message_get_type (GstRTSPMessage *msg);
H A Dgstrtspmessage.c167 GstRTSPMsgType
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.h70 } GstRTSPMsgType; typedef
83 GstRTSPMsgType type;
136 GstRTSPMsgType gst_rtsp_message_get_type (GstRTSPMessage *msg);
H A Dgstrtspmessage.c167 GstRTSPMsgType
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.h70 } GstRTSPMsgType; typedef
83 GstRTSPMsgType type;
136 GstRTSPMsgType gst_rtsp_message_get_type (GstRTSPMessage *msg);
H A Dgstrtspmessage.c167 GstRTSPMsgType
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.h70 } GstRTSPMsgType; typedef
83 GstRTSPMsgType type;
136 GstRTSPMsgType gst_rtsp_message_get_type (GstRTSPMessage *msg);
H A Dgstrtspmessage.c167 GstRTSPMsgType
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.h70 } GstRTSPMsgType; typedef
83 GstRTSPMsgType type;
136 GstRTSPMsgType gst_rtsp_message_get_type (GstRTSPMessage *msg);
H A Dgstrtspmessage.c167 GstRTSPMsgType
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.h70 } GstRTSPMsgType; typedef
83 GstRTSPMsgType type;
136 GstRTSPMsgType gst_rtsp_message_get_type (GstRTSPMessage *msg);
H A Dgstrtspmessage.c167 GstRTSPMsgType
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.h70 } GstRTSPMsgType; typedef
83 GstRTSPMsgType type;
136 GstRTSPMsgType gst_rtsp_message_get_type (GstRTSPMessage *msg);
H A Dgstrtspmessage.c167 GstRTSPMsgType
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-rtsp-sys-0.17.0/src/
H A Dlib.rs133 pub type GstRTSPMsgType = c_int; typedef
134 pub const GST_RTSP_MESSAGE_INVALID: GstRTSPMsgType = 0;
135 pub const GST_RTSP_MESSAGE_REQUEST: GstRTSPMsgType = 1;
136 pub const GST_RTSP_MESSAGE_RESPONSE: GstRTSPMsgType = 2;
137 pub const GST_RTSP_MESSAGE_HTTP_REQUEST: GstRTSPMsgType = 3;
138 pub const GST_RTSP_MESSAGE_HTTP_RESPONSE: GstRTSPMsgType = 4;
139 pub const GST_RTSP_MESSAGE_DATA: GstRTSPMsgType = 5;
419 pub type_: GstRTSPMsgType,
1070 pub fn gst_rtsp_message_get_type(msg: *mut GstRTSPMessage) -> GstRTSPMsgType; in gst_rtsp_message_get_type() argument
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-rtsp-0.17.0/src/auto/
H A Denums.rs604 type GlibType = ffi::GstRTSPMsgType;
606 fn into_glib(self) -> ffi::GstRTSPMsgType { in into_glib() argument
620 impl FromGlib<ffi::GstRTSPMsgType> for RTSPMsgType {
621 unsafe fn from_glib(value: ffi::GstRTSPMsgType) -> Self { in from_glib()
/dports/multimedia/gstreamer1-rtsp-server/gst-rtsp-server-1.16.2/tests/check/gst/
H A Drtspserver.c334 GstRTSPMsgType type; in read_response()
365 GstRTSPMsgType msg_type; in do_request_full()

12