summaryrefslogtreecommitdiff
path: root/gstreamer-sharp/TunerChannel.custom
diff options
context:
space:
mode:
Diffstat (limited to 'gstreamer-sharp/TunerChannel.custom')
-rw-r--r--gstreamer-sharp/TunerChannel.custom2
1 files changed, 1 insertions, 1 deletions
diff --git a/gstreamer-sharp/TunerChannel.custom b/gstreamer-sharp/TunerChannel.custom
index 2091437..ce03295 100644
--- a/gstreamer-sharp/TunerChannel.custom
+++ b/gstreamer-sharp/TunerChannel.custom
@@ -1,7 +1,7 @@
public TunerChannel (string label, TunerChannelFlags flags, float freq_multiplicator, ulong min_frequency, ulong max_frequency, int min_signal, int max_signal) {
unsafe {
IntPtr* raw_ptr = (IntPtr*) ( ( (byte*) Handle) + label_offset);
- *raw_ptr = GLib.Marshaller.StringToPtrGStrdup (label);
+ *raw_ptr = Gst.GLib.Marshaller.StringToPtrGStrdup (label);
}
unsafe {