[Bug 722240] h265parse: update caps when receive VPS/SPS

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 20 00:18:20 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=722240
  GStreamer | gst-plugins-bad | unspecified

--- Comment #6 from leeduhui <whiterabbit.dhlee at gmail.com> 2014-01-20 08:18:15 UTC ---
I added 2 separate patch .

1. update caps when receive VPS/SPS/PPS .

I want wait push buffer until parsed VPS/SPS/PPS. actually video decoder will
be ignore any frame before receive VPS/SPS/PPS.
And I did some test by your comment (
https://bugzilla.gnome.org/show_bug.cgi?id=721384 )

 gst-launch-1.0 -v filesrc
location="/home/leeduhui/temp/20140108/30sexy_LG_60_scalefit_d-mov-output.ts" !
tsdemux name=d d.video_0101 ! queue ! h265parse ! fakesink silent=false

 it seems to be fine works.

you can check added test stream. name is Rain_LG_60P.ts 


2. fix segfault when parsing HRD parameter
if exist vps->num_hrd_parameters, do parsing hrd_parameters. : occurred seg
fault when hrd parameter. so I fixed this issue.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list