index
:
~bilboed/gst-plugins-dlnasrc
master
refactoring
CableLabs DLNA source element
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-14
Merge pull request #131 from gdesmott/uri-crash
HEAD
master
Brendan Long
1
-9
/
+30
2014-07-09
dlnasrc: gst_dlna_src_uri_set_uri: set a GError when failing
Guillaume Desmottes
1
-9
/
+30
2013-12-12
Merge pull request #128 from cablelabs/dlnasrc-38-property-static-str
Steve Maynard
1
-5
/
+5
2013-12-12
Made properties support additional flag of G_PARAM_STATIC_STRINGS based on su...
Lori Anderson
1
-5
/
+5
2013-12-04
Merge pull request #127 from cablelabs/ruih/revert-standalone-mode
lorianderson
2
-178
/
+68
2013-12-04
Revert "Added a "standalone" mode where dlnasrc can supply information about ...
Brendan Long
2
-101
/
+40
2013-12-04
Revert "Changed all strcmp to g_strcmp0."
Brendan Long
1
-2
/
+2
2013-12-04
Revert "Removed null check prior to g_strcmp0() since this comparison method ...
Brendan Long
1
-1
/
+1
2013-12-04
Revert "Added duration-bytes and duration-nanos properties to support running...
Brendan Long
1
-25
/
+3
2013-12-04
Revert "Added "is-seekable" property to support seeking from webkit."
Brendan Long
1
-12
/
+1
2013-12-04
Revert "Got rid of unnecessary ? TRUE : FALSE. Fixed up a log message to be ...
Brendan Long
1
-2
/
+3
2013-12-04
Revert "Continuing work with getting WebKitWebSrc support. Changed "is-stand...
Brendan Long
2
-96
/
+79
2013-12-03
Merge pull request #125 from cablelabs/dlnasrc-56-duration-props
Brendan Long
2
-79
/
+96
2013-12-03
Continuing work with getting WebKitWebSrc support. Changed "is-standalone" t...
Lori Anderson
2
-79
/
+96
2013-12-02
Merge pull request #124 from cablelabs/dlnasrc-56-duration-props
Brendan Long
1
-5
/
+37
2013-12-02
Got rid of unnecessary ? TRUE : FALSE. Fixed up a log message to be consiste...
Lori Anderson
1
-3
/
+2
2013-11-29
Added "is-seekable" property to support seeking from webkit.
Lori Anderson
1
-1
/
+12
2013-11-29
Added duration-bytes and duration-nanos properties to support running in stan...
Lori Anderson
1
-3
/
+25
2013-11-27
Log message related changes only.
Lori Anderson
1
-5
/
+5
2013-11-27
Merge pull request #122 from cablelabs/change-strcmp-to-gstrcmp0
Brendan Long
1
-2
/
+2
2013-11-26
Removed null check prior to g_strcmp0() since this comparison method handles ...
Lori Anderson
1
-1
/
+1
2013-11-26
Changed all strcmp to g_strcmp0.
Lori Anderson
1
-2
/
+2
2013-11-26
Merge pull request #121 from cablelabs/dlnasrc-56-standalone-mode
Brendan Long
2
-40
/
+101
2013-11-26
Added a "standalone" mode where dlnasrc can supply information about URI. Th...
Lori Anderson
2
-40
/
+101
2013-11-25
Merge pull request #120 from cablelabs/dlnasrc-116-dtcpip-passthrough-support
Brendan Long
1
-17
/
+13
2013-11-25
Changed logic so dtcpip element is setup regardless if decrypting is needed. ...
Lori Anderson
1
-17
/
+13
2013-11-25
Merge pull request #119 from cablelabs/dlnasrc-118-rm-project-update-gitignore
Brendan Long
2
-82
/
+1
2013-11-25
Added .cproject to .gitignore file and removed .project from git
Lori Anderson
2
-82
/
+1
2013-11-25
Merge pull request #117 from cablelabs/dlnasrc-fix-obj-unref-err
Brendan Long
1
-1
/
+2
2013-11-25
Check for non-null soup msg prior to unref to eliminate error when using gst-...
Lori Anderson
1
-1
/
+2
2013-11-12
Merge pull request #113 from cablelabs/dlnasrc-112-seg-fault-w-rygel
Brendan Long
1
-15
/
+19
2013-11-12
Fixed segfault due to free of non-initialized memory. Re-ordered initializat...
Lori Anderson
1
-15
/
+19
2013-11-07
Merge pull request #110 from cablelabs/dlnasrc-106-memory-leak
Brendan Long
1
-27
/
+70
2013-11-06
Explicitly free any string prior to overwriting with call to strdup()
Lori Anderson
1
-0
/
+22
2013-11-06
Changed dispose() to finalize() as recommend in GStreamer code review - dlnas...
Lori Anderson
1
-27
/
+48
2013-11-06
Merge pull request #109 from cablelabs/dlnasrc-43-remove-cl-name-prop
Brendan Long
2
-21
/
+0
2013-11-06
Removed "cl-name" property since the perferred way is to use g_type_name(G_OB...
Lori Anderson
2
-21
/
+0
2013-11-05
Merge pull request #108 from cablelabs/dlnasrc-46-remove-play-marshall
Brendan Long
1
-7
/
+0
2013-11-05
Removed unused method declaration pointed out in GStreamer code review.
Lori Anderson
1
-7
/
+0
2013-11-05
Merge pull request #107 from cablelabs/dlnasrc-44-free-null-checks
Brendan Long
1
-30
/
+15
2013-11-05
Got rid of NULL checks prior to calling g_free() since g_free(NULL) is valid....
Lori Anderson
1
-30
/
+15
2013-11-05
Merge pull request #105 from cablelabs/dlnasrc-35-var-declarations
Brendan Long
2
-43
/
+36
2013-11-05
Got rid of some comments that we not providing any additional information. C...
Lori Anderson
2
-43
/
+36
2013-11-05
Removed code that got inadvertantly included while doing manual merge for dln...
Lori Anderson
1
-24
/
+0
2013-11-05
Merge branch 'master' into dlnasrc-36-cpp-comments
Lori Anderson
2
-4
/
+26
2013-11-05
Resolved conflicts with prior checkins in dlnasrc-101 branch. Got rid of som...
Lori Anderson
2
-256
/
+214
2013-11-05
Merge pull request #104 from cablelabs/dlnasrc-101-dtcp
Brendan Long
2
-86
/
+98
2013-11-05
Adjusted log level of message from ERROR to DEBUG
Lori Anderson
1
-1
/
+1
2013-11-05
Changed comment from c++ style to c style
Lori Anderson
1
-1
/
+1
2013-11-04
Got rid of unused attributes in header file, left over from socket code. Mov...
Lori Anderson
2
-81
/
+76
[next]