[gstreamer-bugs] [Bug 325732] [oggdemux] problem when seeking to time less than 4s with ogm

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Feb 19 08:12:04 PST 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=325732
 GStreamer | gst-plugins-base | Ver: HEAD CVS


Luca Ognibene changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |luogni at tin.it
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #1 from Luca Ognibene  2006-02-19 16:12 UTC -------
confirming.
To test change the line that gets the framerate with:
 gst_structure_get_fraction (structure, "framerate", &num, &den);
 framerate = num / den;

bracktrace with fatal_warnings:
#0  0xb7688d97 in g_logv () from /usr/lib/libglib-2.0.so.0
#1  0xb7689054 in g_log () from /usr/lib/libglib-2.0.so.0
#2  0xb7689124 in g_return_if_fail_warning () from /usr/lib/libglib-2.0.so.0
#3  0xb7dce81a in gst_object_unref () from /usr/lib/libgstreamer-0.10.so.0
#4  0xb6e74b09 in gst_ogm_parse_chain (pad=0xb7647260, buffer=0xb7647260) at
gstogmparse.c:634
#5  0xb7df5e2b in gst_pad_chain () from /usr/lib/libgstreamer-0.10.so.0
#6  0xb7df6543 in gst_pad_push () from /usr/lib/libgstreamer-0.10.so.0
#7  0xb6e91303 in gst_queue_loop (pad=0x81d4600) at gstqueue.c:760
#8  0xb7e091b7 in gst_task_get_type () from /usr/lib/libgstreamer-0.10.so.0
#9  0xb769e415 in g_thread_pool_free () from /usr/lib/libglib-2.0.so.0
#10 0xb769c5b2 in g_static_private_free () from /usr/lib/libglib-2.0.so.0
#11 0xb764f341 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#12 0xb75e452e in clone () from /lib/tls/i686/cmov/libc.so.6

The warning should be fixed with this commit:
2006-02-19  Luca Ognibene  <luogni at tin.it>

        * ext/ogg/gstogmparse.c (gst_ogm_parse_chain): 
          there's no need to call gst_object_unref if i remove
          the pad with gst_element_remove_pad (fix warning on #325732)


-- 
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