Skip to content

Commit 48cd14f

Browse files
committed
winegstreamer: Remove 'au' alignment for h264.
h264parse does not correctly determine 'nal' alignment if this caps is provided. CW-Bug-Id: #23226 CW-Bug-Id: #23425
1 parent 8538b50 commit 48cd14f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dlls/winegstreamer/wg_format.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,6 @@ static GstCaps *wg_format_to_caps_video_h264(const struct wg_format *format)
732732
if (!(caps = gst_caps_new_empty_simple("video/x-h264")))
733733
return NULL;
734734
gst_caps_set_simple(caps, "stream-format", G_TYPE_STRING, "byte-stream", NULL);
735-
gst_caps_set_simple(caps, "alignment", G_TYPE_STRING, "au", NULL);
736735

737736
if (format->u.video.width)
738737
gst_caps_set_simple(caps, "width", G_TYPE_INT, format->u.video.width, NULL);

0 commit comments

Comments
 (0)