Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-plugins-bad
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
994
Issues
994
List
Boards
Labels
Service Desk
Milestones
Merge Requests
193
Merge Requests
193
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gst-plugins-bad
Commits
475628c2
Commit
475628c2
authored
May 31, 2019
by
Thibault Saunier
🌵
Committed by
Nicolas Dufresne
Jun 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h264parse: Post a WARNING when data is broken
parent
4f6ac87f
Pipeline
#42851
passed with stages
in 51 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
gst/videoparsers/gsth264parse.c
gst/videoparsers/gsth264parse.c
+2
-0
No files found.
gst/videoparsers/gsth264parse.c
View file @
475628c2
...
...
@@ -1313,6 +1313,8 @@ gst_h264_parse_handle_frame (GstBaseParse * parse,
/* broken nal at start -> arrange to skip it,
* otherwise have it terminate current au
* (and so it will be skipped on next frame round) */
GST_ELEMENT_WARNING
(
h264parse
,
STREAM
,
DECODE
,
(
NULL
),
(
"Broken bit stream"
));
if
(
current_off
==
0
)
{
GST_DEBUG_OBJECT
(
h264parse
,
"skipping broken nal"
);
*
skipsize
=
nalu
.
offset
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment