CFLAGS = $(shell pkg-config --cflags gstreamer-0.10)
LDFLAGS = $(shell pkg-config --libs gstreamer-0.10)

gst-example1:
