Peter Hutterer
|
6f9586bf54
|
media-session: use more descriptive names for parsing match rules
Easier to understand this way what is being passed around and where
we're at with the parsing.
|
2021-09-06 07:29:28 +00:00 |
|
Wim Taymans
|
77a4ae380e
|
json: remove obsolete # comment handling
Comments are handled by the parser now. Keys and values starting
with # are intentional now.
|
2021-06-10 18:02:34 +02:00 |
|
Peter Hutterer
|
7697ed0757
|
treewide: replace strcmp() == 0 with spa_streq()
This change is only done in source files for now, header files will be done
separately.
|
2021-05-18 22:10:27 +10:00 |
|
Wim Taymans
|
a611128a79
|
media-session: fix match rule
When matching without regex, don't just to a startswith check but also
check that the sizes of the strings match.
Fixes #1098
|
2021-04-25 13:47:23 +02:00 |
|
Wim Taymans
|
30659c5f61
|
media-session: remove double ;;
|
2021-03-29 11:41:30 +02:00 |
|
Wim Taymans
|
579e8a4ea6
|
json: allocate one extra byte for the \0
|
2021-01-19 16:56:55 +01:00 |
|
Wim Taymans
|
fac80e76d2
|
media-session: add conf file for v4l2 and bluez as well
|
2021-01-12 20:42:58 +01:00 |
|