• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef __GST_RTP_UTILS_H__
2 #define __GST_RTP_UTILS_H__
3 
4 #include <gst/gst.h>
5 
6 void gst_rtp_utils_set_properties_from_uri_query (GObject * obj, const GstUri * uri);
7 
8 #endif
9