たとえば、プログラムでシンク パッドのプロパティを設定する方法:
sin_00::outWidth=1280 sin_00::outHeight=720 in this way pipeline was run using gst-launch-0.10 .....
そして、このプロパティを設定するためにgst_pad_set_property()
API を使用しましたが、機能していません。次のエラーが表示されます。
3_video_temp.c: In function 'main':
3_video_temp.c:551: warning: implicit declaration of function 'gst_pad_set_property'
/tmp/cc2zDbzt.o: In function `main':
/home/project/compWorkspace/Edubeam/3_video_temp.c:551: undefined reference to `gst_pad_set_property'
collect2: ld returned 1 exit status
make: *** [all] Error 1
できるだけ早くその値を設定する方法を教えてください。