gstreamer_core/gst/gstparamspecs.c
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    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)
       
    27  */
    18  */
    28 
    19 
    29 #ifdef HAVE_CONFIG_H
    20 #ifdef HAVE_CONFIG_H
    30 #include "config.h"
    21 #include "config.h"
    31 #endif
    22 #endif