gst_plugins_base/gst/playback/test4.c
changeset 16 8e837d1bf446
parent 0 0e761a78d257
child 30 7e817e7e631c
equal deleted inserted replaced
15:4b0c6ed43234 16:8e837d1bf446
    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  */
    18  */
       
    19 #ifdef HAVE_CONFIG_H
       
    20 #include "config.h"
       
    21 #endif
       
    22 #ifdef HAVE_STDLIB_H
    19 #include <stdlib.h>             /* exit() */
    23 #include <stdlib.h>             /* exit() */
       
    24 #endif
       
    25 #ifdef HAVE_UNISTD_H
    20 #include <unistd.h>
    26 #include <unistd.h>
       
    27 #endif
    21 
    28 
    22 #include <gst/gst.h>
    29 #include <gst/gst.h>
    23 
    30 
    24 gint
    31 gint
    25 main (gint argc, gchar * argv[])
    32 main (gint argc, gchar * argv[])