Summary: | net-im/libpurple lacking video-chat support | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | kaltheat <kaltheat> |
Component: | Individual Port(s) | Assignee: | Joe Marcus Clarke <marcus> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
kaltheat
2013-11-06 12:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->marcus Over to maintainer (via the GNATS Auto Assign Tool) Here's the gstreamer error: ... (16:05:46) jingle-rtp: jingle_rtp_codecs_changed_cb: session_id: video-session jingle_session: 0x80eead5e0 (16:05:46) mediamanager: gst pipeline error: Could not get/set settings from/on resource. (16:05:46) mediamanager: Debug details: v4l_calls.c(89): gst_v4l_get_capabilities (): /GstPipeline:pipeline0/GstBin:vvconfig-videosrc/GstV4lSrc:vvconfig-videos rc: error getting capabilities Invalid argument of from device /dev/video0 (16:05:46) backend-fs2: gst error Could not get/set settings from/on resource. debugging: v4l_calls.c(89): gst_v4l_get_capabilities (): /GstPipeline:pipeline0/GstBin:vvconfig-videosrc/GstV4lSrc:vvconfig-videosrc: error getting capabilities Invalid argument of from device /dev/video0 (16:05:46) media: Error with your webcam (16:05:46) media: Conference error ... State Changed From-To: open->closed The immediate issue with pidgin was the missing gstreamer-plugins-v4l2 port. Other issues look to be 100% gstreamer-related, and not with pidgin. Please open a PR under GNOME. However, as I said in my follow-up email, it would be good to gather some data points of FreeBSD -> FreeBSD video calls to see if the problem is with the different Linux/FreeBSD plugins. Author: marcus Date: Thu Nov 28 23:24:52 2013 New Revision: 335128 URL: http://svnweb.freebsd.org/changeset/ports/335128 Log: Make sure gstreamer-plugins-v4l2 is installed if voice/video support is enabled. PR: 183713 Modified: head/net-im/libpurple/Makefile Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Thu Nov 28 22:36:37 2013 (r335127) +++ head/net-im/libpurple/Makefile Thu Nov 28 23:24:52 2013 (r335128) @@ -119,6 +119,7 @@ CONFIGURE_ARGS+=--disable-gstreamer .if ${PORT_OPTIONS:MVV} && ${PORT_OPTIONS:MGSTREAMER} LIB_DEPENDS+= gstfarsight-0.10.0:${PORTSDIR}/net-im/farsight2 +USE_GSTREAMER+= gst_v4l2 PLIST_SUB+= VV="" .else CONFIGURE_ARGS+=--disable-vv _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |