wok-next view gst0-plugins-base/stuff/patches/fix-comments.patch @ rev 20781

gnupg: add also sha1
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 05:56:31 2018 +0000 (2018-06-09)
parents
children
line source
1 Fix errors like:
2 /usr/bin/glib-mkenums: gstrtspdefs.h:234: Failed to parse ` /*< protected >*/ '
4 --- a/gst-libs/gst/rtsp/gstrtspdefs.h
5 +++ b/gst-libs/gst/rtsp/gstrtspdefs.h
6 @@ -231,7 +231,7 @@
7 * Enumeration of rtsp header fields.
8 */
9 typedef enum {
10 - /*< protected >*/
11 + /* < protected > */
12 GST_RTSP_HDR_INVALID,
14 /*
15 @@ -345,7 +345,7 @@
16 * Enumeration of rtsp status codes.
17 */
18 typedef enum {
19 - /*< protected >*/
20 + /* < protected > */
21 GST_RTSP_STS_INVALID = 0,
22 GST_RTSP_STS_CONTINUE = 100,
23 GST_RTSP_STS_OK = 200,
24 --- a/gst-libs/gst/audio/multichannel.h
25 +++ b/gst-libs/gst/audio/multichannel.h
26 @@ -77,7 +77,7 @@
27 * are defined or all positions are undefined, but can't mix'n'match */
28 GST_AUDIO_CHANNEL_POSITION_NONE,
30 - /*< private >*/
31 + /* < private > */
32 /* don't use - counter */
33 GST_AUDIO_CHANNEL_POSITION_NUM
34 } GstAudioChannelPosition;