euresys: Fixes to get element working with filesink

Caps aren't correct, but I can correctly save camera output to file.

Many printfs are sprinkled about as I'm having trouble with gst-debug, will remove later.
This commit is contained in:
Joshua M. Doe
2011-01-28 13:28:58 -05:00
parent e2d2fea82c
commit d788b025f9
4 changed files with 41 additions and 48 deletions

View File

@@ -19,7 +19,8 @@ target_link_libraries ( libgsteuresys
${GSTREAMER_LIBRARIES}
${GSTREAMER_BASE_LIBRARY}
${GSTREAMER_INTERFACE_LIBRARY}
${GSTREAMER_VIDEO_LIBRARY})
${GSTREAMER_VIDEO_LIBRARY}
${EURESYS_LIBRARIES})
install (TARGETS libgsteuresys
LIBRARY DESTINATION lib/gstreamer-0.10)