From: Brandon Lewis Date: Thu, 1 Jul 2010 15:03:55 +0000 (+0200) Subject: check in skeletal ges-enums.{c,h} X-Git-Tag: 1.19.3~493^2~2809 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b25befe29a04be9f643db904c94c120c2104f337;p=platform%2Fupstream%2Fgstreamer.git check in skeletal ges-enums.{c,h} --- diff --git a/ges/Makefile.am b/ges/Makefile.am index 6368461..7fd7510 100644 --- a/ges/Makefile.am +++ b/ges/Makefile.am @@ -9,6 +9,7 @@ CLEANFILES = $(BUILT_SOURCES) $(built_header_make) $(built_source_make) libges_@GST_MAJORMINOR@_la_SOURCES = \ ges.c \ + ges-enums.c \ ges-custom-timeline-source.c \ ges-simple-timeline-layer.c \ ges-timeline.c \ @@ -40,6 +41,7 @@ libges_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/ges libges_@GST_MAJORMINOR@include_HEADERS = \ ges-types.h \ ges.h \ + ges-enums.h \ ges-custom-timeline-source.h \ ges-internal.h \ ges-simple-timeline-layer.h \ diff --git a/ges/ges-enums.c b/ges/ges-enums.c new file mode 100644 index 0000000..b5baf16 --- /dev/null +++ b/ges/ges-enums.c @@ -0,0 +1,21 @@ +/* GStreamer Editing Services + * Copyright (C) 2010 Brandon Lewis + * 2010 Nokia Corporation + * + * 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. + */ + +#include "ges-enums.h" diff --git a/ges/ges-enums.h b/ges/ges-enums.h new file mode 100644 index 0000000..d9ab56d --- /dev/null +++ b/ges/ges-enums.h @@ -0,0 +1,30 @@ +/* GStreamer Editing Services + * Copyright (C) 2010 Brandon Lewis + * 2010 Nokia Corporation + * + * 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 __GES_ENUMS_H__ +#define __GES_ENUMS_H__ + +#include + +G_BEGIN_DECLS + +G_END_DECLS + +#endif /* __GES_ENUMS_H__ */ diff --git a/ges/ges.h b/ges/ges.h index 9e10fbd..46e34f8 100644 --- a/ges/ges.h +++ b/ges/ges.h @@ -25,6 +25,7 @@ #include #include +#include #include #include