summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-14Merge pull request #131 from gdesmott/uri-crashHEADmasterBrendan Long1-9/+30
2014-07-09dlnasrc: gst_dlna_src_uri_set_uri: set a GError when failingGuillaume Desmottes1-9/+30
2013-12-12Merge pull request #128 from cablelabs/dlnasrc-38-property-static-strSteve Maynard1-5/+5
2013-12-12Made properties support additional flag of G_PARAM_STATIC_STRINGS based on su...Lori Anderson1-5/+5
2013-12-04Merge pull request #127 from cablelabs/ruih/revert-standalone-modelorianderson2-178/+68
2013-12-04Revert "Added a "standalone" mode where dlnasrc can supply information about ...Brendan Long2-101/+40
2013-12-04Revert "Changed all strcmp to g_strcmp0."Brendan Long1-2/+2
2013-12-04Revert "Removed null check prior to g_strcmp0() since this comparison method ...Brendan Long1-1/+1
2013-12-04Revert "Added duration-bytes and duration-nanos properties to support running...Brendan Long1-25/+3
2013-12-04Revert "Added "is-seekable" property to support seeking from webkit."Brendan Long1-12/+1
2013-12-04Revert "Got rid of unnecessary ? TRUE : FALSE. Fixed up a log message to be ...Brendan Long1-2/+3
2013-12-04Revert "Continuing work with getting WebKitWebSrc support. Changed "is-stand...Brendan Long2-96/+79
2013-12-03Merge pull request #125 from cablelabs/dlnasrc-56-duration-propsBrendan Long2-79/+96
2013-12-03Continuing work with getting WebKitWebSrc support. Changed "is-standalone" t...Lori Anderson2-79/+96
2013-12-02Merge pull request #124 from cablelabs/dlnasrc-56-duration-propsBrendan Long1-5/+37
2013-12-02Got rid of unnecessary ? TRUE : FALSE. Fixed up a log message to be consiste...Lori Anderson1-3/+2
2013-11-29Added "is-seekable" property to support seeking from webkit.Lori Anderson1-1/+12
2013-11-29Added duration-bytes and duration-nanos properties to support running in stan...Lori Anderson1-3/+25
2013-11-27Log message related changes only.Lori Anderson1-5/+5
2013-11-27Merge pull request #122 from cablelabs/change-strcmp-to-gstrcmp0Brendan Long1-2/+2
2013-11-26Removed null check prior to g_strcmp0() since this comparison method handles ...Lori Anderson1-1/+1
2013-11-26Changed all strcmp to g_strcmp0.Lori Anderson1-2/+2
2013-11-26Merge pull request #121 from cablelabs/dlnasrc-56-standalone-modeBrendan Long2-40/+101
2013-11-26Added a "standalone" mode where dlnasrc can supply information about URI. Th...Lori Anderson2-40/+101
2013-11-25Merge pull request #120 from cablelabs/dlnasrc-116-dtcpip-passthrough-supportBrendan Long1-17/+13
2013-11-25Changed logic so dtcpip element is setup regardless if decrypting is needed. ...Lori Anderson1-17/+13
2013-11-25Merge pull request #119 from cablelabs/dlnasrc-118-rm-project-update-gitignoreBrendan Long2-82/+1
2013-11-25Added .cproject to .gitignore file and removed .project from gitLori Anderson2-82/+1
2013-11-25Merge pull request #117 from cablelabs/dlnasrc-fix-obj-unref-errBrendan Long1-1/+2
2013-11-25Check for non-null soup msg prior to unref to eliminate error when using gst-...Lori Anderson1-1/+2
2013-11-12Merge pull request #113 from cablelabs/dlnasrc-112-seg-fault-w-rygelBrendan Long1-15/+19
2013-11-12Fixed segfault due to free of non-initialized memory. Re-ordered initializat...Lori Anderson1-15/+19
2013-11-07Merge pull request #110 from cablelabs/dlnasrc-106-memory-leakBrendan Long1-27/+70
2013-11-06Explicitly free any string prior to overwriting with call to strdup()Lori Anderson1-0/+22
2013-11-06Changed dispose() to finalize() as recommend in GStreamer code review - dlnas...Lori Anderson1-27/+48
2013-11-06Merge pull request #109 from cablelabs/dlnasrc-43-remove-cl-name-propBrendan Long2-21/+0
2013-11-06Removed "cl-name" property since the perferred way is to use g_type_name(G_OB...Lori Anderson2-21/+0
2013-11-05Merge pull request #108 from cablelabs/dlnasrc-46-remove-play-marshallBrendan Long1-7/+0
2013-11-05Removed unused method declaration pointed out in GStreamer code review.Lori Anderson1-7/+0
2013-11-05Merge pull request #107 from cablelabs/dlnasrc-44-free-null-checksBrendan Long1-30/+15
2013-11-05Got rid of NULL checks prior to calling g_free() since g_free(NULL) is valid....Lori Anderson1-30/+15
2013-11-05Merge pull request #105 from cablelabs/dlnasrc-35-var-declarationsBrendan Long2-43/+36
2013-11-05Got rid of some comments that we not providing any additional information. C...Lori Anderson2-43/+36
2013-11-05Removed code that got inadvertantly included while doing manual merge for dln...Lori Anderson1-24/+0
2013-11-05Merge branch 'master' into dlnasrc-36-cpp-commentsLori Anderson2-4/+26
2013-11-05Resolved conflicts with prior checkins in dlnasrc-101 branch. Got rid of som...Lori Anderson2-256/+214
2013-11-05Merge pull request #104 from cablelabs/dlnasrc-101-dtcpBrendan Long2-86/+98
2013-11-05Adjusted log level of message from ERROR to DEBUGLori Anderson1-1/+1
2013-11-05Changed comment from c++ style to c styleLori Anderson1-1/+1
2013-11-04Got rid of unused attributes in header file, left over from socket code. Mov...Lori Anderson2-81/+76