Don't use gstreamer-interfaces-1.0 in basic-tutorial-5
authorSebastian Dröge <sebastian@centricular.com>
Sat, 5 Aug 2017 22:34:24 +0000 (01:34 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 5 Aug 2017 22:34:24 +0000 (01:34 +0300)
GstVideoOverlay is in gstreamer-video-1.0

markdown/tutorials/basic/toolkit-integration.md

index c0cab80..c545df5 100644 (file)
@@ -457,7 +457,7 @@ int main(int argc, char *argv[]) {
 >
 > If you need help to compile this code, refer to the **Building the tutorials**  section for your platform: [Linux](installing/on-linux.md#InstallingonLinux-Build), [Mac OS X](installing/on-mac-osx.md#InstallingonMacOSX-Build) or [Windows](installing/on-windows.md#InstallingonWindows-Build), or use this specific command on Linux:
 >
-> ``gcc basic-tutorial-5.c -o basic-tutorial-5 `pkg-config --cflags --libs  gstreamer-interfaces-1.0 gtk+-3.0 gstreamer-1.0``
+> ``gcc basic-tutorial-5.c -o basic-tutorial-5 `pkg-config --cflags --libs  gstreamer-video-1.0 gtk+-3.0 gstreamer-1.0``
 >
 >If you need help to run this code, refer to the **Running the tutorials** section for your platform: [Linux](installing/on-linux.md#InstallingonLinux-Run), [Mac OS X](installing/on-mac-osx.md#InstallingonMacOSX-Run) or [Windows](installing/on-windows.md#InstallingonWindows-Run).
 >