summaryrefslogtreecommitdiffstats
path: root/gtk/src/preview.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2008-11-24 00:18:17 +0000
committerjstebbins <[email protected]>2008-11-24 00:18:17 +0000
commit8b085eff7b53cf7d23aa35e3f911dac0eeeb4967 (patch)
treec8562a1db0714af65b8e0e869929406b7fec8009 /gtk/src/preview.h
parent6c5caabe379f39710f2a1f9b7493fcd913082fc6 (diff)
LinGui: live preview.
this adds new prerequisites to the build. now needs: gthread-2.0, gstreamer-0.10, gstreamer-interfaces-0.10, gstreamer-video-0.10, gstreamer-pbutils-0.10 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1949 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/preview.h')
-rw-r--r--gtk/src/preview.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/gtk/src/preview.h b/gtk/src/preview.h
new file mode 100644
index 000000000..2b026fed0
--- /dev/null
+++ b/gtk/src/preview.h
@@ -0,0 +1,26 @@
+/*
+ * 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 Library 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
+ */
+#if !defined(_GHB_PREVIEW_H_)
+#define _GHB_PREVIEW_H_
+
+void ghb_preview_init(signal_user_data_t *ud);
+void ghb_set_preview_image(signal_user_data_t *ud);
+void ghb_live_preview_progress(signal_user_data_t *ud);
+void ghb_live_encode_done(signal_user_data_t *ud, gboolean success);
+void ghb_preview_cleanup(signal_user_data_t *ud);
+void ghb_live_reset(signal_user_data_t *ud);
+
+#endif // _GHB_PREVIEW_H_