After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 498746 - basesink is forwarding downstream events
basesink is forwarding downstream events
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.16
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-21 13:30 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2007-11-21 13:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
don't forward dowstream events (672 bytes, patch)
2007-11-21 13:34 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
none Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2007-11-21 13:30:00 UTC
GStreamer-WARNING **: pad spectrum_0x8746cc0:src sending tag event in wrong direction
aborting...

Program received signal SIGABRT, Aborted.

Thread NaN (LWP 6755)

  • #0 __kernel_vsyscall
  • #1 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #2 abort
    from /lib/tls/i686/cmov/libc.so.6
  • #3 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #4 g_log
    from /usr/lib/libglib-2.0.so.0
  • #5 gst_pad_send_event
    at gstpad.c line 4268
  • #6 gst_pad_push_event
    at gstpad.c line 4112
  • #7 gst_base_sink_send_event
    at gstbasesink.c line 2959
  • #8 gst_element_send_event
    at gstelement.c line 1461

Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2007-11-21 13:34:26 UTC
Created attachment 99436 [details] [review]
don't forward dowstream events
Comment 2 Wim Taymans 2007-11-21 13:48:45 UTC
        * libs/gst/base/gstbasesink.c: (gst_base_sink_send_event):
        Only send upstream events upstream. Fixes #498746.