GNOME Bugzilla – Bug 619787
Can't send GMAIL video: x264enc element should be set to "baseline"
Last modified: 2010-05-27 07:58:32 UTC
Currently empathy can't send video to gmail clients (but it can display the received one). This issue was tested in the telepathy bugzilla, and a cause has been found: it is that the x264enc element defaults to the "Main" profile instead of "baseline", but Google's stuff only does baseline. Empathy must set some more properties on the encoder
This is currently blocked by gstreamer not having API to easily choose the profile. We are working on that. Once gst is fixed, Empathy should be modified (trivial) to use these new settings.
Oh there is already a bug depending on the right gst bug. *** This bug has been marked as a duplicate of bug 612338 ***