[Bug 790235] New: Files with CRLF encoding

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Nov 12 10:05:30 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=790235

            Bug ID: 790235
           Summary: Files with CRLF encoding
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: dedeibel at arcor.de
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

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 d364c7b44359941d6afb2022c764af771b807846

```
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
```

-- 
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