Skip to content

Commit

Permalink
vpu: encoder: fixed h264 output caps
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Rafael Giani <[email protected]>
  • Loading branch information
dv1 committed Oct 8, 2013
1 parent 8e65478 commit 6a51216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vpu/encoder/encoder_h264.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ static gboolean gst_imx_vpu_h264_enc_set_open_params(G_GNUC_UNUSED GstImxVpuBase

static GstCaps* gst_imx_vpu_h264_enc_get_output_caps(G_GNUC_UNUSED GstImxVpuBaseEnc *vpu_base_enc)
{
return gst_caps_from_string("video/x-h264, stream-format = (string) byte-stream, alignment = (string) au");
return gst_caps_from_string("video/x-h264, stream-format = (string) byte-stream, alignment = (string) nal");
}


Expand Down

0 comments on commit 6a51216

Please sign in to comment.