[gstreamer-bugs] [Bug 469322] New: base rtp audio payload objects block events

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Aug 22 10:20:59 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=469322

  GStreamer | gst-plugins-base | Ver: HEAD CVS
           Summary: base rtp audio payload objects block events
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: youness.alaoui at collabora.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
Whenever an event is sent through a payloader that derives from
basertpaudiopayload, the events are blocked there

Steps to reproduce:
1. build a pipeline with rtppcmapay in it
2. send an event of type GST_EVENT_CUSTOM_UPSTREAM on the pipeline


Actual results:
it never reaches beyond the payloader

Expected results:
the event should be sent to the element after the payloader

Does this happen every time?
yes

Other information:
Patch provided :
--- gst-plugins-base-0.10.13/gst-libs/gst/rtp/gstbasertpaudiopayload.c 
2007-05-21 08:03:17.000000000 -0400
+++ ../gst-plugins-base-0.10.13/gst-libs/gst/rtp/gstbasertpaudiopayload.c      
2007-08-17 17:41:05.000000000 -0400
@@ -621,7 +621,6 @@
 gst_base_rtp_payload_audio_handle_event (GstPad * pad, GstEvent * event)
 {
   GstBaseRTPAudioPayload *basertpaudiopayload;
-  gboolean res = TRUE;
+  gboolean res = FALSE;

   basertpaudiopayload = GST_BASE_RTP_AUDIO_PAYLOAD (gst_pad_get_parent (pad));


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=469322.




More information about the Gstreamer-bugs mailing list