#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