gstreamer_core/gst/gstparamspecs.c
changeset 16 8e837d1bf446
parent 0 0e761a78d257
child 30 7e817e7e631c
equal deleted inserted replaced
15:4b0c6ed43234 16:8e837d1bf446
    13  *
    13  *
    14  * You should have received a copy of the GNU Library General Public
    14  * You should have received a copy of the GNU Library General Public
    15  * License along with this library; if not, write to the
    15  * License along with this library; if not, write to the
    16  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    16  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    17  * Boston, MA 02111-1307, USA.
    17  * Boston, MA 02111-1307, USA.
       
    18  */
       
    19 /**
       
    20  * SECTION:gstparamspec
       
    21  * @short_description: GParamSpec implementations specific
       
    22  * to GStreamer
       
    23  *
       
    24  * GParamSpec implementations specific to GStreamer.
       
    25  *
       
    26  * Last reviewed on 2008-03-11 (0.10.18)
    18  */
    27  */
    19 
    28 
    20 #ifdef HAVE_CONFIG_H
    29 #ifdef HAVE_CONFIG_H
    21 #include "config.h"
    30 #include "config.h"
    22 #endif
    31 #endif