summaryrefslogtreecommitdiff
path: root/audio-video-properties/totem-gst-helpers.h
diff options
context:
space:
mode:
authorrbuj <[email protected]>2022-07-31 20:58:57 +0200
committerLuke from DC <[email protected]>2022-08-04 19:26:40 +0000
commite9d03be8a4a23c411df1a5a2c6fb2284dd5df22f (patch)
treeb039f264e84588f6117874aa704eb7862e9cf3b2 /audio-video-properties/totem-gst-helpers.h
parentf3f8f9615ef9e2a4e255e4eac7e481a7253be54f (diff)
downloadcaja-extensions-e9d03be8a4a23c411df1a5a2c6fb2284dd5df22f.tar.bz2
caja-extensions-e9d03be8a4a23c411df1a5a2c6fb2284dd5df22f.tar.xz
add audio-video-properties plugin
Diffstat (limited to 'audio-video-properties/totem-gst-helpers.h')
-rw-r--r--audio-video-properties/totem-gst-helpers.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio-video-properties/totem-gst-helpers.h b/audio-video-properties/totem-gst-helpers.h
new file mode 100644
index 0000000..9ec559c
--- /dev/null
+++ b/audio-video-properties/totem-gst-helpers.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright (C) 2001,2002,2003,2004,2005 Bastien Nocera <[email protected]>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ */
+
+#ifndef HAVE_TOTEM_GST_HELPERS_H
+#define HAVE_TOTEM_GST_HELPERS_H
+
+void totem_gst_disable_display_decoders (void);
+
+#endif /* HAVE_TOTEM_GST_HELPERS_H */