aalex / toonloop

Live animation software
http://www.toonloop.com
GNU General Public License v3.0
22 stars 7 forks source link

Fails to create videoconvert element on Ubuntu 14.04 #10

Closed aalex closed 10 years ago

aalex commented 10 years ago

On Ubuntu 14.04, with GStreamer 1.x, I am creating a videoconvert element, but then it returns null. I am not sure why, since gst-inspect lists it, as usual. I use gst_element_factory_make, and then g_assert on its return value. This is the assertion that fails: https://github.com/aalex/toonloop/blob/trusty/src/pipeline.cpp#L458 (the element's name is still ffmpegcolorspace0, but it's a videoconvert element)

aalex commented 10 years ago

GST_DEBUG=*:4 yourapp 2>&1 | head -n 5

aalex commented 10 years ago

We had to link against clutter-gst-2.0, not 1.0