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 469322 - base rtp audio payload objects block events
base rtp audio payload objects block events
Status: RESOLVED DUPLICATE of bug 468129
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-22 17:20 UTC by Youness Alaoui
Modified: 2007-08-23 08:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Youness Alaoui 2007-08-22 17:20:58 UTC
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));
Comment 1 Tim-Philipp Müller 2007-08-23 08:48:43 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 468129 ***