[gstreamer-bugs] [Bug 345182] [neonhttpsrc] fails to compile with libneon 0.26.x

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jun 19 07:10:39 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=345182
 GStreamer | gst-plugins-bad | Ver: 0.10.8


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
            Summary|gstneonhttpsrc.c error      |[neonhttpsrc] fails to
                   |trying to compile 0.10.3    |compile with libneon 0.26.x
   Target Milestone|HEAD                        |0.10.4




------- Comment #3 from Tim-Philipp Müller  2006-06-19 14:10 UTC -------
> Thanks, it fixes it

Great, thanks for testing. Comitted to CVS HEAD:


 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>

        * configure.ac:
          Fix check so that future libneon API changes won't break the build.

        * ext/neon/gstneonhttpsrc.c:
          Fix build with libneon-0.26.x (#345182).


> ... but testing with what was suggested by someone, I get:
> 
> gst-launch neonhttpsrc location="http://64.236.34.4:80/stream/1040" ! decodebin ! audioconvert ! alsasink

This should be

 gst-launch -v neonhttpsrc location="http://64.236.34.4:80/stream/1040" !
decodebin ! audioconvert ! audioresample ! alsasink


> Setting pipeline to PAUSED ...
> ERROR: Pipeline doesn't want to pause.
> Setting pipeline to NULL ...
> FREEING pipeline ...
> 
> Is this a GStreamer or neonhttpsrc issue ?

Hard to say, could be anything. If you pass the -v switch as above, the output
should tell us where the buffer flow stops.

Also, please also try to replace 'neonhttpsrc' with 'gnomevfssrc' in the above
pipeline to see if that works.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list