Hi There,
I followed the GStreamer RTP Streaming instructions, but my system doesn't have the gstrtpbin element that is being used. However, I do have udpsrc and various other elements from the plugins-good package. When I rebuild the plugin registry I see a few errors that could be a hint to someone, but unfortunately not to me. Does anyone know what could be the problem ? I'm using the 4.1.0 BSP.
MAX resolution 800x480
(gst-plugin-scanner:3559): GLib-GObject-WARNING **: cannot register existing type `GstRtpSsrcDemux'
(gst-plugin-scanner:3559): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
(gst-plugin-scanner:3559): GStreamer-CRITICAL **: gst_element_register: assertion `g_type_is_a (type, GST_TYPE_ELEMENT)' failed
(gst-plugin-scanner:3559): GStreamer-CRITICAL **: gst_pad_template_new: assertion `caps != NULL' failed
(gst-plugin-scanner:3559): GStreamer-CRITICAL **: gst_element_class_add_pad_template: assertion `GST_IS_PAD_TEMPLATE (templ)' failed
(gst-plugin-scanner:3559): GStreamer-CRITICAL **: gst_pad_template_new: assertion `caps != NULL' failed
(gst-plugin-scanner:3559): GStreamer-CRITICAL **: gst_element_class_add_pad_template: assertion `GST_IS_PAD_TEMPLATE (templ)' failed
(gst-plugin-scanner:3559): GLib-GObject-WARNING **: cannot register existing type `GstRTPMux'
(gst-plugin-scanner:3559): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
(gst-plugin-scanner:3559): GStreamer-CRITICAL **: gst_element_register: assertion `g_type_is_a (type, GST_TYPE_ELEMENT)' failed
Thanks,
/Otto