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 700224 - test: Fix some more misordering issues in plugins-good
test: Fix some more misordering issues in plugins-good
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-13 13:26 UTC by Nicolas Dufresne (ndufresne)
Modified: 2013-05-13 13:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] interleave: Send stream-start before caps event (3.33 KB, patch)
2013-05-13 13:27 UTC, Nicolas Dufresne (ndufresne)
committed Details | Review
[PATCH] rtpmux: Send stream-start before caps (2.49 KB, patch)
2013-05-13 13:27 UTC, Nicolas Dufresne (ndufresne)
committed Details | Review
[PATCH] rtpjitterbuffer-test: Send stream-start before caps followed by segment (899 bytes, patch)
2013-05-13 13:27 UTC, Nicolas Dufresne (ndufresne)
committed Details | Review
[PATCH] rtpbin-test: Send missing stream-start and segment events (1.19 KB, patch)
2013-05-13 13:27 UTC, Nicolas Dufresne (ndufresne)
committed Details | Review

Description Nicolas Dufresne (ndufresne) 2013-05-13 13:26:21 UTC
I have few more patches ready, that fixes issues with misodering events in plugins-good.
Comment 1 Nicolas Dufresne (ndufresne) 2013-05-13 13:27:12 UTC
Created attachment 243991 [details] [review]
[PATCH] interleave: Send stream-start before caps event

 gst/interleave/interleave.c | 38 +++++++++++++++++++++-----------------
 1 file changed, 21 insertions(+), 17 deletions(-)
Comment 2 Nicolas Dufresne (ndufresne) 2013-05-13 13:27:15 UTC
Created attachment 243992 [details] [review]
[PATCH] rtpmux: Send stream-start before caps

 gst/rtpmanager/gstrtpmux.c    | 11 +++++++++++
 gst/rtpmanager/gstrtpmux.h    |  1 +
 tests/check/elements/rtpmux.c |  5 +++++
 3 files changed, 17 insertions(+)
Comment 3 Nicolas Dufresne (ndufresne) 2013-05-13 13:27:19 UTC
Created attachment 243993 [details] [review]
[PATCH] rtpjitterbuffer-test: Send stream-start before caps followed by segment

 tests/check/elements/rtpjitterbuffer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 4 Nicolas Dufresne (ndufresne) 2013-05-13 13:27:22 UTC
Created attachment 243994 [details] [review]
[PATCH] rtpbin-test: Send missing stream-start and segment events

 tests/check/elements/rtpbin.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)