Skip to content

Commit

Permalink
dvbmediasink: handle FMP4 as XVID
Browse files Browse the repository at this point in the history
(cherry picked from commit 657de77)
Signed-off-by: Erik Slagter <erik@openpli.org>
  • Loading branch information
athoik authored and eriksl committed Nov 1, 2015
1 parent 25287c3 commit 215025a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gstdvbvideosink.c
Expand Up @@ -1363,6 +1363,7 @@ static gboolean gst_dvbvideosink_set_caps(GstBaseSink *basesink, GstCaps *caps)
case GST_MAKE_FOURCC('R', 'M', 'P', '4'):
case GST_MAKE_FOURCC('x', 'v', 'i', 'd'):
case GST_MAKE_FOURCC('X', 'V', 'I', 'D'):
case GST_MAKE_FOURCC('F', 'M', 'P', '4'):
self->stream_type = STREAMTYPE_XVID;
self->use_dts = TRUE;
#ifdef PACK_UNPACKED_XVID_DIVX5_BITSTREAM
Expand Down

0 comments on commit 215025a

Please sign in to comment.