[gstreamer-bugs] [Bug 629910] [jpegparse?] properly clean up comment string

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 24 05:31:29 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=629910
  GStreamer | gst-plugins-bad | git

--- Comment #4 from Nicola <lists at svrinformatica.it> 2010-09-24 12:31:23 UTC ---
yes the problem is jpegparse, this pipeline works without warning:

gst-launch-0.10 -v souphttpsrc
location=http://root:npgadmin@192.168.2.136/mjpg/1/video.mjpg ! multipartdemux 
! jpegdec ! xvimagesink

while this one give the warning:

gst-launch-0.10 -v souphttpsrc
location=http://root:npgadmin@192.168.2.136/mjpg/1/video.mjpg ! multipartdemux
! jpegparse ! jpegdec ! xvimagesink

here is the trace, I suspect it is not useful since I haven't debug symbol:

(gdb) bt
#0  0x00007ffff6e88565 in raise () from /lib/libc.so.6
#1  0x00007ffff6e899e6 in abort () from /lib/libc.so.6
#2  0x00007ffff74156ea in g_logv () from /usr/lib/libglib-2.0.so.0
#3  0x00007ffff7415773 in g_log () from /usr/lib/libglib-2.0.so.0
#4  0x00007ffff7b7356f in ?? () from /usr/lib/libgstreamer-0.10.so.0
#5  0x00007ffff7b74610 in gst_structure_id_set_value ()
   from /usr/lib/libgstreamer-0.10.so.0
#6  0x00007ffff7b79ec5 in ?? () from /usr/lib/libgstreamer-0.10.so.0
#7  0x00007ffff7b7c3c3 in gst_tag_list_add_valist ()
   from /usr/lib/libgstreamer-0.10.so.0
#8  0x00007ffff7b7c61b in gst_tag_list_add ()
   from /usr/lib/libgstreamer-0.10.so.0
#9  0x00007ffff265e0df in ?? ()
   from /usr/lib/gstreamer-0.10/libgstjpegformat.so
#10 0x00007ffff265f650 in ?? ()
   from /usr/lib/gstreamer-0.10/libgstjpegformat.so
#11 0x00007ffff7b5713d in ?? () from /usr/lib/libgstreamer-0.10.so.0
#12 0x00007ffff7b581d6 in ?? () from /usr/lib/libgstreamer-0.10.so.0
#13 0x00007ffff2865f53 in ?? () from /usr/lib/gstreamer-0.10/libgstmultipart.so
#14 0x00007ffff7b5713d in ?? () from /usr/lib/libgstreamer-0.10.so.0
#15 0x00007ffff7b581d6 in ?? () from /usr/lib/libgstreamer-0.10.so.0
#16 0x00007ffff53e6033 in ?? () from /usr/lib/libgstbase-0.10.so.0
#17 0x00007ffff7b80046 in ?? () from /usr/lib/libgstreamer-0.10.so.0
---Type <return> to continue, or q <return> to quit---
#18 0x00007ffff7436494 in ?? () from /usr/lib/libglib-2.0.so.0
#19 0x00007ffff7433da6 in ?? () from /usr/lib/libglib-2.0.so.0
#20 0x00007ffff71b8cb0 in start_thread () from /lib/libpthread.so.0
#21 0x00007ffff6f247ad in clone () from /lib/libc.so.6
#22 0x0000000000000000 in ?? ()

-- 
Configure bugmail: https://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