After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 790235 - Files with CRLF encoding
Files with CRLF encoding
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-11-12 10:05 UTC by Ben
Modified: 2018-11-03 14:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ben 2017-11-12 10:05:30 UTC
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
```
Comment 1 Sebastian Dröge (slomo) 2017-11-12 14:29:51 UTC
The Decklink files are taken as-is from the Decklink SDK and are like that, because Windows. I wouldn't like to change them in GIT, otherwise updating them later to newer SDK versions will show everything changed.

For the notes.txt, that should just be fixed indeed.
Comment 2 GStreamer system administrator 2018-11-03 14:15:23 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/631.