diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-01-18 16:35:04 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-01-18 16:35:04 +0100 |
commit | f6427af9f9aa6441dc4648f9127563f3e22617b2 (patch) | |
tree | 33f320ce42014a5c2eeb4e3ca8bca8f3697401b8 /gst/sdp/gstsdpdemux.h | |
parent | 49d1e59f0a33d0dbfb01c4164f1879be8ac868eb (diff) | |
download | gstreamer-plugins-bad-f6427af9f9aa6441dc4648f9127563f3e22617b2.tar.gz |
sdpdemux: Port to GIO and the new udpsrc/sink properties
Diffstat (limited to 'gst/sdp/gstsdpdemux.h')
-rw-r--r-- | gst/sdp/gstsdpdemux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/sdp/gstsdpdemux.h b/gst/sdp/gstsdpdemux.h index 94db8d62c..566b10e22 100644 --- a/gst/sdp/gstsdpdemux.h +++ b/gst/sdp/gstsdpdemux.h @@ -22,6 +22,7 @@ #include <gst/gst.h> #include <gst/base/gstadapter.h> +#include <gio/gio.h> G_BEGIN_DECLS |