Hii all, I am using the jrtplib plugin from farsight0.12.9 package ,as i want to make use of the jrtp library. I am using JRTP library 3.7.1 and jthread 1.1.2 .I am using the following configure command for the same:- ./configure --build=i686-linux --host=arm-linux --prefix=$GSTREAMER_DIR --ex ec-prefix=$GSTREAMER_DIR --enable-jrtplib --disable-gconf JRTP_CFLAGS=-I"$GSTREAMER_DIR/include" Let me brief you what happens after. When you specify "--enable-jrtplib" option to the configure script, i suppose that it should enable a Macro "HAVE_JRTP". You can grep it in the package and check for the same. I have given a test printf() in the class_init function in the plugin code for "rtpbin" element as follows:- #ifdef HAVE_JRTP printf("Inside HAVE_JRTP\n"); #else printf("Inside #else HAVE_JRTP\n"); #endif Now when i am doing gst-inspect of the rtpbin element, it is printing the #else part of it. So, it is not using the apis of the JRTP library. But I want to use the JRTP Library.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it. ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Farsight-devel mailing list Farsight-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/farsight-devel