mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 17:39:47 +00:00
8 lines
173 B
C
8 lines
173 B
C
#ifndef __GST_RTP_UTILS_H__
|
|
#define __GST_RTP_UTILS_H__
|
|
|
|
#include <gst/gst.h>
|
|
|
|
void gst_rtp_utils_set_properties_from_uri_query (GObject * obj, const GstUri * uri);
|
|
|
|
#endif
|