mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
gst/realmedia/asmrules.c: Make ro memory to share.
Original commit message from CVS: * gst/realmedia/asmrules.c: Make ro memory to share.
This commit is contained in:
parent
5b39e551b1
commit
e37bf5005f
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-08-16 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/realmedia/asmrules.c:
|
||||
Make ro memory to share.
|
||||
|
||||
2007-08-16 Wim Taymans <wim.taymans@gmail.com>
|
||||
|
||||
* gst/mpegaudioparse/gstmpegaudioparse.c:
|
||||
|
|
|
@ -662,7 +662,7 @@ main (gint argc, gchar * argv[])
|
|||
GHashTable *vars;
|
||||
gint i, n;
|
||||
|
||||
static const gchar *rules1 =
|
||||
static const gchar rules1[] =
|
||||
"#($Bandwidth < 67959),TimestampDelivery=T,DropByN=T,"
|
||||
"priority=9;#($Bandwidth >= 67959) && ($Bandwidth < 167959),"
|
||||
"AverageBandwidth=67959,Priority=9;#($Bandwidth >= 67959) && ($Bandwidth"
|
||||
|
@ -671,7 +671,7 @@ main (gint argc, gchar * argv[])
|
|||
" && ($Bandwidth < 267959),AverageBandwidth=0,Priority=5,OnDepend=\\\"3\\\";"
|
||||
"#($Bandwidth >= 267959),AverageBandwidth=267959,Priority=9;#($Bandwidth >= 267959)"
|
||||
",AverageBandwidth=0,Priority=5,OnDepend=\\\"5\\\";";
|
||||
static const gchar *rules2 =
|
||||
static const gchar rules2[] =
|
||||
"AverageBandwidth=32041,Priority=5;AverageBandwidth=0,"
|
||||
"Priority=5,OnDepend=\\\"0\\\", OffDepend=\\\"0\\\";";
|
||||
|
||||
|
|
Loading…
Reference in a new issue