projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e56032
)
rtpsbcdepay: Rank as secondary
author
Olivier Crête
<olivier.crete@collabora.com>
Wed, 3 Apr 2013 22:24:29 +0000
(18:24 -0400)
committer
Olivier Crête
<olivier.crete@collabora.com>
Wed, 3 Apr 2013 22:25:36 +0000
(18:25 -0400)
This way, it will be selected by decodebin
Bug reported by andreas.fenkart@streamunlimited.com
https://bugzilla.gnome.org/show_bug.cgi?id=697227
gst/rtp/gstrtpsbcdepay.c
patch
|
blob
|
history
diff --git
a/gst/rtp/gstrtpsbcdepay.c
b/gst/rtp/gstrtpsbcdepay.c
index 64a18453ebed4398c43e02a02be13aba780c135b..5f7c5c05c8e1d94899180561d9c2fa888693ef98 100644
(file)
--- a/
gst/rtp/gstrtpsbcdepay.c
+++ b/
gst/rtp/gstrtpsbcdepay.c
@@
-282,6
+282,6
@@
bad_packet:
gboolean
gst_rtp_sbc_depay_plugin_init (GstPlugin * plugin)
{
- return gst_element_register (plugin, "rtpsbcdepay", GST_RANK_
NONE
,
+ return gst_element_register (plugin, "rtpsbcdepay", GST_RANK_
SECONDARY
,
GST_TYPE_RTP_SBC_DEPAY);
}