<div dir="ltr"><div><div><div>Many Thanks Tim, it worked.<br><br></div>but i have now another issue in compiling gst-streaming-server which has dependency on gst-rtsp-server-1.0:<br><br></div>./autogen.sh complains about:<br>
<br>configure: No package 'gst-rtsp-server-1.0' found. I have compiled gst-rtsp-server from master, do you have an idea why it complains about gst-rtsp-server not found ?<br><br></div>Many Thanks<br><br><div><br></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jan 12, 2014 at 5:40 PM, Tim Müller [via GStreamer-devel] <span dir="ltr"><<a href="/user/SendEmail.jtp?type=node&node=4664625&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>></span> wrote:<br>
<blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">

        On Sun, 2014-01-12 at 01:48 -0800, ekar wrote:
<br><br>Hi,
<br><div><div class='shrinkable-quote'><br>> i fetched master branch for gst-rtsp-server and autogen.sh and ./configure
<br>> went ok, but 'make' fails with the error below:
<br>> 
<br>> make  all-recursive
<br>> make[1]: Entering directory `/home/pi/gstreamer-1.x/gst-rtsp-server'
<br>> Making all in gst
<br>> make[2]: Entering directory `/home/pi/gstreamer-1.x/gst-rtsp-server/gst'
<br>> Making all in rtsp-server
<br>> make[3]: Entering directory
<br>> `/home/pi/gstreamer-1.x/gst-rtsp-server/gst/rtsp-server'
<br>>   CC     libgstrtspserver_1.0_la-rtsp-media.lo
<br>> rtsp-media.c: In function ‘gst_rtsp_media_class_init’:
<br>> rtsp-media.c:245:40: error: ‘GST_TYPE_RTSP_PROFILE’ undeclared (first use in
<br>> this function)
<br>> rtsp-media.c:245:40: note: each undeclared identifier is reported only once
<br>> for each function it appears in
</div></div></div><div class="im">> Does anybody knowns how to fix it ?
<br><br></div>You need to update your gst-plugins-base, either latest git master or
<br>latest git 1.2 branch. 
<br><br>You can also apply this patch to your gst-plugins-base tree if you
<br>compiled from source:
<br><a href="http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?h=1.2&id=feaa33be8157e241bf25082c322ab0d63ee39632" rel="nofollow" link="external" target="_blank">http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?h=1.2&id=feaa33be8157e241bf25082c322ab0d63ee39632</a><br>
<br>Or you edit rtsp-media.c and add #if 0 around this code (line ~243):
<br><br>+ #if 0
<br><br>  g_object_class_install_property (gobject_class, PROP_PROFILES,
<br>      g_param_spec_flags ("profiles", "Profiles",
<br>          "Allowed transfer profiles", GST_TYPE_RTSP_PROFILE,
<br>          DEFAULT_PROFILES, G_PARAM_READWRITE |
<br>G_PARAM_STATIC_STRINGS));
<br><br>+ #endif
<br><br>Cheers
<br> -Tim
<br><br><br>-- 
<br>Tim Müller, Centricular Ltd - <a href="http://www.centricular.com" rel="nofollow" link="external" target="_blank">http://www.centricular.com</a><div class="im"><br><br>_______________________________________________
<br>gstreamer-devel mailing list
<br><a href="http://user/SendEmail.jtp?type=node&node=4664619&i=0" rel="nofollow" link="external" target="_blank">[hidden email]</a>
<br><a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="nofollow" link="external" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>

        
        
        
        <br>
        <br>
        </div><hr color="#cccccc" noshade size="1">
        <div style="color:#444;font:12px tahoma,geneva,helvetica,arial,sans-serif"><div class="im">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                </div><a href="http://gstreamer-devel.966125.n4.nabble.com/gst-rtsp-server-from-git-master-build-error-tp4664615p4664619.html" target="_blank" rel="nofollow" link="external">http://gstreamer-devel.966125.n4.nabble.com/gst-rtsp-server-from-git-master-build-error-tp4664615p4664619.html</a>
        </div><div class="HOEnZb"><div class="h5">
        <div style="color:#666;font:11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
                
                To unsubscribe from gst-rtsp-server from git master: build error, <a href="" target="_blank" rel="nofollow" link="external">click here</a>.<br>

                <a href="http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font:9px serif" target="_blank" link="external">NAML</a>
        </div></div></div></blockquote></div><br></div>


        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/gst-rtsp-server-from-git-master-build-error-tp4664615p4664625.html">Re: gst-rtsp-server from git master: build error</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>