gst-gmyth/nuvdemux/gstnuvdemux.h
branchtrunk
changeset 873 f580fba841bf
parent 751 3cf3c6019e3b
     1.1 --- a/gst-gmyth/nuvdemux/gstnuvdemux.h	Thu Jun 14 18:21:08 2007 +0100
     1.2 +++ b/gst-gmyth/nuvdemux/gstnuvdemux.h	Thu Oct 25 20:36:19 2007 +0100
     1.3 @@ -1,21 +1,16 @@
     1.4 -/* GStreamer
     1.5 - * Copyright (C) <2006> Renato Araujo Oliveira Filho <renato.filho@indt.org.br>
     1.6 - *                      Rosfran Borges <rosfran.borges@indt.org.br>
     1.7 - *
     1.8 - * This library is free software; you can redistribute it and/or
     1.9 - * modify it under the terms of the GNU Library General Public
    1.10 - * License as published by the Free Software Foundation; either
    1.11 - * version 2 of the License, or (at your option) any later version.
    1.12 - *
    1.13 - * This library is distributed in the hope that it will be useful,
    1.14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    1.16 - * Library General Public License for more details.
    1.17 - *
    1.18 - * You should have received a copy of the GNU Library General Public
    1.19 - * License along with this library; if not, write to the
    1.20 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    1.21 - * Boston, MA 02111-1307, USA.
    1.22 +/*
    1.23 + * GStreamer Copyright (C) <2006> Renato Araujo Oliveira Filho
    1.24 + * <renato.filho@indt.org.br> Rosfran Borges <rosfran.borges@indt.org.br>
    1.25 + * This library is free software; you can redistribute it and/or modify it
    1.26 + * under the terms of the GNU Library General Public License as published
    1.27 + * by the Free Software Foundation; either version 2 of the License, or (at 
    1.28 + * your option) any later version. This library is distributed in the hope 
    1.29 + * that it will be useful, but WITHOUT ANY WARRANTY; without even the
    1.30 + * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
    1.31 + * See the GNU Library General Public License for more details. You should 
    1.32 + * have received a copy of the GNU Library General Public License along
    1.33 + * with this library; if not, write to the Free Software Foundation, Inc.,
    1.34 + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
    1.35   */
    1.36  
    1.37  #ifndef __GST_NUV_DEMUX_H__
    1.38 @@ -37,18 +32,16 @@
    1.39  #define GST_IS_NUV_DEMUX_CLASS(klass) \
    1.40    (G_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_NUV_DEMUX))
    1.41  typedef struct _GstNuvDemuxPrivate GstNuvDemuxPrivate;
    1.42 -typedef struct _GstNuvDemux
    1.43 -{
    1.44 -  GstElement parent;
    1.45 -  GstNuvDemuxPrivate *priv;
    1.46 +typedef struct _GstNuvDemux {
    1.47 +    GstElement      parent;
    1.48 +    GstNuvDemuxPrivate *priv;
    1.49  } GstNuvDemux;
    1.50  
    1.51 -typedef struct _GstNuvDemuxClass
    1.52 -{
    1.53 -  GstElementClass parent_class;
    1.54 +typedef struct _GstNuvDemuxClass {
    1.55 +    GstElementClass parent_class;
    1.56  } GstNuvDemuxClass;
    1.57  
    1.58 -GType gst_nuv_demux_get_type(void);
    1.59 +GType           gst_nuv_demux_get_type(void);
    1.60  
    1.61  G_END_DECLS
    1.62 -#endif /* __GST_NUV_DEMUX_H__ */
    1.63 +#endif                          /* __GST_NUV_DEMUX_H__ */