Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-bad
gst-plugins-bad
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,025
    • Issues 1,025
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 199
    • Merge Requests 199
  • 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
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-plugins-badgst-plugins-bad
  • Issues
  • #631

Closed
Open
Created Nov 12, 2017 by Bugzilla Migration User@bugzilla-migration

Files with CRLF encoding

Submitted by Ben

Link to original bug (#790235)

Description

Some files still have CRLF line endings.

This might cause problems for example when using the git crlfautofix setting especially in combination with debian build tools. (Will be recognized as unexpected upstream changes)

commit d364c7b4

find . -name "*.h" -o -name "*.xml" -o -name "*.txt" -o -name "*.cpp" -o -name "*.c" | xargs file "{}" | grep CRLF  
./gst/dvdspu/Notes.txt:                                                     ASCII text, with CRLF line terminators  
./sys/decklink/win/DeckLinkAPI_i.c:                                         C source, ASCII text, with CRLF line terminators  
./sys/decklink/win/DeckLinkAPIDispatch.cpp:                                 C source, ASCII text, with CRLF line terminators  
./sys/decklink/win/DeckLinkAPI.h:                                           C source, ASCII text, with CRLF line terminators  
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None