summaryrefslogtreecommitdiffstats
path: root/gst/dvdspu/gstspu-vobsub.h
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-05-22 11:13:59 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-05-26 15:31:56 +0100
commit7e20e3be45cc3548cabb1752996c68dd25c76870 (patch)
tree43705ca7b89e7aa873fc2da75d00631834abfc55 /gst/dvdspu/gstspu-vobsub.h
parente0e5975462029694199f5de4e0d3918886df9a68 (diff)
downloadgst-plugins-bad-7e20e3be45cc3548cabb1752996c68dd25c76870.tar.gz
gst-plugins-bad-7e20e3be45cc3548cabb1752996c68dd25c76870.tar.bz2
gst-plugins-bad-7e20e3be45cc3548cabb1752996c68dd25c76870.zip
dvdspu: Move a bunch of vobsub specific logic to a separate file.
Start separating out the vobsub logic in preparation for creating separate renderer objects for each subpicture format.
Diffstat (limited to 'gst/dvdspu/gstspu-vobsub.h')
-rw-r--r--gst/dvdspu/gstspu-vobsub.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/gst/dvdspu/gstspu-vobsub.h b/gst/dvdspu/gstspu-vobsub.h
new file mode 100644
index 00000000..f600e7d7
--- /dev/null
+++ b/gst/dvdspu/gstspu-vobsub.h
@@ -0,0 +1,25 @@
+/* GStreamer Sub-Picture Unit - VobSub/DVD handling
+ * Copyright (C) 2009 Jan Schmidt <thaytan@noraisin.net>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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 Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+#ifndef __GSTSPU_VOBSUB_H__
+#define __GSTSPU_VOBSUB_H__
+
+void gst_dvd_spu_handle_new_vobsub_buf (GstDVDSpu * dvdspu, SpuPacket * packet);
+void gst_dvdspu_vobsub_execute_event (GstDVDSpu *dvdspu);
+
+#endif