[Bug 726192] srtpenc: send caps event after stream-start
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed May 14 12:58:54 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=726192
GStreamer | gst-plugins-bad | git
Aleix Conchillo Flaqué <aleix> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |RESOLVED
Resolution| |NOTABUG
--- Comment #6 from Aleix Conchillo Flaqué <aleix at oblong.com> 2014-05-14 19:58:42 UTC ---
(In reply to comment #4)
> I changed a couple things in srtpenc. In particular, we no longer parse the
> SSRC, instead we just let libsrtp do it for us. Let me know if you bug still
> persists. What symptoms do you have exactly ?
One of my initial problems was that I was using an AUX sender and the sender
needs to propagate the query caps, otherwise rtpmanager elements will not
create the pt map and so on.
So, on the AUX sender sink pad I added:
GST_PAD_SET_PROXY_CAPS (self->sinkpad);
About the stream-start. I think the proxy caps also solved the problem.
I also tried your latest changes (which are great by the way) and everything
keeps working. However, I couldn't see anything that would fix the stream-start
issue. My guess is that because I had to do the query caps in my initial patch
I had to workaround the implications of it.
--
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